Skip to content

Commit

Permalink
Fixed implicit function declarations by including the missing header.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Nov 10, 2013
1 parent bd1e1a9 commit 3f2e942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/android/SDL_android.c
Expand Up @@ -34,6 +34,7 @@
#include "../../video/android/SDL_androidtouch.h"
#include "../../video/android/SDL_androidvideo.h"
#include "../../video/android/SDL_androidwindow.h"
#include "../../joystick/android/SDL_sysjoystick.h"

#include <android/log.h>
#include <pthread.h>
Expand Down

0 comments on commit 3f2e942

Please sign in to comment.