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 declaration warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 10, 2013
1 parent aa559d2 commit b12364b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/video/android/SDL_androidkeyboard.c
Expand Up @@ -28,6 +28,7 @@

#include "SDL_androidkeyboard.h"

#include "../../core/android/SDL_android.h"

void Android_InitKeyboard()
{
Expand Down
2 changes: 2 additions & 0 deletions src/video/android/SDL_androidwindow.c
Expand Up @@ -27,6 +27,8 @@
#include "SDL_androidvideo.h"
#include "SDL_androidwindow.h"

#include "../../core/android/SDL_android.h"

int
Android_CreateWindow(_THIS, SDL_Window * window)
{
Expand Down

0 comments on commit b12364b

Please sign in to comment.