Fixed implicit declaration of SDL_Log() warning in joystick source for Android.

Philipp Wiesemann 2013-12-24 19:59:35 +01:00
parent 18125f76df
commit 28309c1d13
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include "SDL_hints.h"
#include "SDL_assert.h"
#include "SDL_timer.h"
#include "SDL_log.h"
#include "SDL_sysjoystick_c.h"
#include "../SDL_joystick_c.h"
#include "../../core/android/SDL_android.h"