Fixed implicit function declarations by including the missing header.

main
Philipp Wiesemann 2013-11-10 14:39:38 +01:00
parent bd1e1a93f2
commit 3f2e942fa0
1 changed files with 1 additions and 0 deletions

View File

@ -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>