Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath().

This commit is contained in:
Philipp Wiesemann 2013-06-02 14:13:21 +02:00
parent 64f1ac9002
commit 663e2c37ae

View file

@ -35,6 +35,7 @@
#ifdef ANDROID
#include "../core/android/SDL_android.h"
#include "SDL_system.h"
#endif
#ifdef __WIN32__