From e592b04683b8e119f062051555bdeb376370da5a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 26 Jun 2014 12:42:15 -0700 Subject: [PATCH] Fixed compiler warning on Android --- src/core/android/SDL_android.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/android/SDL_android.c b/src/core/android/SDL_android.c index 096770dc8085b..c493a8d4521ee 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__