Commit aa85436ec7eaceddd40d00fb1edf03ab992808eb

Sam Lantinga 2017-08-28T14:45:19

Fixed compile warning

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/core/android/SDL_android.c b/src/core/android/SDL_android.c
index 60dd1d0..a7f4e52 100644
--- a/src/core/android/SDL_android.c
+++ b/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__