Fixed compile errors on Windows

This commit is contained in:
Sam Lantinga 2013-03-06 09:45:53 -08:00
parent 4a942814bd
commit 541a638836
2 changed files with 6 additions and 4 deletions

View file

@ -42,6 +42,7 @@
#include "SDL_timer.h"
#include "SDL_mutex.h"
#include "SDL_events.h"
#include "SDL_hints.h"
#if !SDL_EVENTS_DISABLED
#include "../../events/SDL_events_c.h"
#endif