Skip to content

Commit

Permalink
Mac: Fix a warning about implicit declaration of SDL_SendKeymapChange…
Browse files Browse the repository at this point in the history
…dEvent (bug #3167.)
  • Loading branch information
slime73 committed Nov 14, 2015
1 parent dee61c5 commit 998a54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/cocoa/SDL_cocoakeyboard.m
Expand Up @@ -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"

Expand Down

0 comments on commit 998a54f

Please sign in to comment.