Patched to compile.

This commit is contained in:
Ryan C. Gordon 2011-09-01 14:02:12 -04:00
parent a622e7c305
commit 33981bc8ba

View file

@ -25,6 +25,8 @@
#include "SDL_events.h"
#include "SDL_sysjoystick.h"
#include "SDL_joystick_c.h"
#include "SDL_assert.h"
#if !SDL_EVENTS_DISABLED
#include "../events/SDL_events_c.h"
#endif