Browse Source

Fixed compile warning

Sam Lantinga 7 years ago
parent
commit
aa85436ec7
1 changed files with 1 additions and 0 deletions
  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__