ソースを参照

Fixed compile warning

Sam Lantinga 8 年 前
コミット
aa85436ec7
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/core/android/SDL_android.c

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

@@ -23,6 +23,7 @@
 #include "SDL_assert.h"
 #include "SDL_hints.h"
 #include "SDL_log.h"
+#include "SDL_main.h"
 
 #ifdef __ANDROID__