Mercurial > sdl-ios-xcode
diff src/events/SDL_events.c @ 2984:0b160c970b7e
Fixed some dependency issues with SDL_revision.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2009 05:41:52 +0000 |
parents | 99210400e8b9 |
children | 9da8f57ab92c |
line wrap: on
line diff
--- a/src/events/SDL_events.c Sun Jan 04 05:27:13 2009 +0000 +++ b/src/events/SDL_events.c Sun Jan 04 05:41:52 2009 +0000 @@ -24,7 +24,9 @@ /* General event handling code for SDL */ #include "SDL.h" +#include "SDL_events.h" #include "SDL_syswm.h" +#include "SDL_thread.h" #include "SDL_sysevents.h" #include "SDL_events_c.h" #include "../timer/SDL_timer_c.h"