Browse Source

Fixed compiler warning

Sam Lantinga 6 years ago
parent
commit
fb8cb95fbc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/video/android/SDL_androidevents.c

+ 1 - 0
src/video/android/SDL_androidevents.c

@@ -27,6 +27,7 @@
 
 #include "SDL_androidevents.h"
 #include "SDL_events.h"
+#include "SDL_androidkeyboard.h"
 #include "SDL_androidwindow.h"
 
 #if !SDL_AUDIO_DISABLED