From aa85436ec7eaceddd40d00fb1edf03ab992808eb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 28 Aug 2017 14:45:19 -0700 Subject: [PATCH] Fixed compile warning --- 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 60dd1d075..a7f4e52fb 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__