Browse Source

Fixed compiler warning on Android

Sam Lantinga 11 năm trước cách đây
mục cha
commit
e592b04683
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/core/android/SDL_android.c

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

@@ -21,6 +21,7 @@
 #include "../../SDL_internal.h"
 #include "SDL_stdinc.h"
 #include "SDL_assert.h"
+#include "SDL_hints.h"
 #include "SDL_log.h"
 
 #ifdef __ANDROID__