瀏覽代碼

Fixed compiler warning on Android

Sam Lantinga 11 年之前
父節點
當前提交
e592b04683
共有 1 個文件被更改,包括 1 次插入0 次删除
  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__