浏览代码

Mac: Fix a warning about implicit declaration of SDL_SendKeymapChangedEvent (bug #3167.)

Alex Szpakowski 10 年之前
父节点
当前提交
998a54f9c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/video/cocoa/SDL_cocoakeyboard.m

+ 1 - 0
src/video/cocoa/SDL_cocoakeyboard.m

@@ -24,6 +24,7 @@
 
 #include "SDL_cocoavideo.h"
 
+#include "../../events/SDL_events_c.h"
 #include "../../events/SDL_keyboard_c.h"
 #include "../../events/scancodes_darwin.h"