Kaynağa Gözat

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

Philipp Wiesemann 11 yıl önce
ebeveyn
işleme
28309c1d13
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/joystick/android/SDL_sysjoystick.c

+ 1 - 0
src/joystick/android/SDL_sysjoystick.c

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