Commit e592b04683b8e119f062051555bdeb376370da5a

Sam Lantinga 2014-06-26T12:42:15

Fixed compiler warning on Android

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 096770d..c493a8d 100644
--- a/src/core/android/SDL_android.c
+++ b/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__