Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed implicit function declarations and their warnings.
Browse files Browse the repository at this point in the history
For the SDL_SetMouseFocus() and SDL_SetKeyboardFocus().
  • Loading branch information
philippwiesemann committed Jun 1, 2013
1 parent ca5257a commit 2cbe877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/android/SDL_androidwindow.c
Expand Up @@ -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"
Expand Down

0 comments on commit 2cbe877

Please sign in to comment.