Fixed implicit function declarations and their warnings.

For the SDL_SetMouseFocus() and SDL_SetKeyboardFocus().
This commit is contained in:
Philipp Wiesemann 2013-06-01 21:17:43 +02:00
parent 6096e60a4b
commit 3472d792a9

View file

@ -23,6 +23,8 @@
#if SDL_VIDEO_DRIVER_ANDROID
#include "../SDL_sysvideo.h"
#include "../../events/SDL_keyboard_c.h"
#include "../../events/SDL_mouse_c.h"
#include "SDL_androidvideo.h"
#include "SDL_androidwindow.h"