From 52da5406b324145fd7c733eb31e2b6f7362b7f8a Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 2 Jun 2013 14:13:21 +0200 Subject: [PATCH] Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath(). --- src/file/SDL_rwops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/file/SDL_rwops.c b/src/file/SDL_rwops.c index 59e83c89a..afbc39aa0 100644 --- a/src/file/SDL_rwops.c +++ b/src/file/SDL_rwops.c @@ -35,6 +35,7 @@ #ifdef ANDROID #include "../core/android/SDL_android.h" +#include "SDL_system.h" #endif #ifdef __WIN32__