Skip to content

Commit

Permalink
Fixed implicit function declaration warning in joystick source for An…
Browse files Browse the repository at this point in the history
…droid.
  • Loading branch information
philippwiesemann committed Nov 18, 2013
1 parent 2f6198e commit b5c6811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/joystick/android/SDL_sysjoystick.c
Expand Up @@ -31,9 +31,11 @@
#include "SDL_joystick.h"
#include "SDL_hints.h"
#include "SDL_assert.h"
#include "SDL_log.h"
#include "../SDL_sysjoystick.h"
#include "../SDL_joystick_c.h"
#include "../../core/android/SDL_android.h"

#include "android/keycodes.h"

/* As of platform android-14, android/keycodes.h is missing these defines */
Expand Down

0 comments on commit b5c6811

Please sign in to comment.