浏览代码

Fixed compiler warning

Sam Lantinga 6 年之前
父节点
当前提交
fb8cb95fbc
共有 1 个文件被更改,包括 1 次插入0 次删除
  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