mirror of https://github.com/encounter/SDL.git
Mac: Fix a warning about implicit declaration of SDL_SendKeymapChangedEvent (bug #3167.)
This commit is contained in:
parent
dee61c5a30
commit
998a54f9c5
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue