Browse Source

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

Alex Szpakowski 9 years ago
parent
commit
998a54f9c5
1 changed files with 1 additions and 0 deletions
  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"