Skip to content

Commit

Permalink
Fixed including SDL_config.h in implementation for Android.
Browse files Browse the repository at this point in the history
SDL_internal.h should be included to support dynamic API.
  • Loading branch information
philippwiesemann committed Jan 31, 2015
1 parent 7384f14 commit f4b7cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/joystick/android/SDL_sysjoystick_c.h
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/video/android/SDL_androidmessagebox.c
Expand Up @@ -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

Expand Down

0 comments on commit f4b7cf6

Please sign in to comment.