Browse Source

Fixed implicit function declarations by including the missing header.

Philipp Wiesemann 11 years ago
parent
commit
3f2e942fa0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/android/SDL_android.c

+ 1 - 0
src/core/android/SDL_android.c

@@ -34,6 +34,7 @@
 #include "../../video/android/SDL_androidtouch.h"
 #include "../../video/android/SDL_androidvideo.h"
 #include "../../video/android/SDL_androidwindow.h"
+#include "../../joystick/android/SDL_sysjoystick.h"
 
 #include <android/log.h>
 #include <pthread.h>