From f4b7cf6e8127c0eefbf34e1dd60838b8fdc4cc86 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 31 Jan 2015 21:02:56 +0100 Subject: [PATCH] Fixed including SDL_config.h in implementation for Android. SDL_internal.h should be included to support dynamic API. --- src/joystick/android/SDL_sysjoystick_c.h | 2 +- src/video/android/SDL_androidmessagebox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/joystick/android/SDL_sysjoystick_c.h b/src/joystick/android/SDL_sysjoystick_c.h index 3d56b0b99..6ad6aa7a5 100644 --- a/src/joystick/android/SDL_sysjoystick_c.h +++ b/src/joystick/android/SDL_sysjoystick_c.h @@ -19,7 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. */ -#include "SDL_config.h" +#include "../../SDL_internal.h" #ifdef SDL_JOYSTICK_ANDROID #include "../SDL_sysjoystick.h" diff --git a/src/video/android/SDL_androidmessagebox.c b/src/video/android/SDL_androidmessagebox.c index a55afb376..11f856999 100644 --- a/src/video/android/SDL_androidmessagebox.c +++ b/src/video/android/SDL_androidmessagebox.c @@ -18,7 +18,7 @@ misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ -#include "SDL_config.h" +#include "../../SDL_internal.h" #if SDL_VIDEO_DRIVER_ANDROID