mirror of https://github.com/encounter/SDL.git
Fixed implicit function declaration warning in joystick source for Android.
This commit is contained in:
parent
2f6198edb6
commit
b5c6811108
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue