# HG changeset patch # User Philipp Wiesemann # Date 1368212917 -7200 # Node ID 55eb3d3135eb6626e210b19680a18158dd6e18bc # Parent f2fb5a030227ee87756853d186891042340e955a Fixed implicit function declaration warnings. diff -r f2fb5a030227 -r 55eb3d3135eb src/video/android/SDL_androidkeyboard.c --- a/src/video/android/SDL_androidkeyboard.c Fri May 10 21:04:51 2013 +0200 +++ b/src/video/android/SDL_androidkeyboard.c Fri May 10 21:08:37 2013 +0200 @@ -28,6 +28,7 @@ #include "SDL_androidkeyboard.h" +#include "../../core/android/SDL_android.h" void Android_InitKeyboard() { diff -r f2fb5a030227 -r 55eb3d3135eb src/video/android/SDL_androidwindow.c --- a/src/video/android/SDL_androidwindow.c Fri May 10 21:04:51 2013 +0200 +++ b/src/video/android/SDL_androidwindow.c Fri May 10 21:08:37 2013 +0200 @@ -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) {