Ver Fonte

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

Alex Szpakowski há 10 anos atrás
pai
commit
998a54f9c5
1 ficheiros alterados com 1 adições e 0 exclusões
  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"