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

This commit is contained in:
Alex Szpakowski 2015-11-14 04:24:39 -04:00
parent dee61c5a30
commit 998a54f9c5
1 changed files with 1 additions and 0 deletions

View File

@ -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"