Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath().
1.1 --- a/src/file/SDL_rwops.c Sun Jun 02 14:11:04 2013 +0200
1.2 +++ b/src/file/SDL_rwops.c Sun Jun 02 14:13:21 2013 +0200
1.3 @@ -35,6 +35,7 @@
1.4
1.5 #ifdef ANDROID
1.6 #include "../core/android/SDL_android.h"
1.7 +#include "SDL_system.h"
1.8 #endif
1.9
1.10 #ifdef __WIN32__