Explorar el Código

Fixed compile warning

Sam Lantinga hace 8 años
padre
commit
aa85436ec7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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__