Mercurial > sdl-ios-xcode
diff src/timer/unix/SDL_systimer.c @ 4515:54cbc34229f4
Fixed compile warnings
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 13 Jul 2010 22:26:50 -0700 |
parents | f7b03b6838cb |
children | 481dabb098ef |
line wrap: on
line diff
--- a/src/timer/unix/SDL_systimer.c Tue Jul 13 22:25:30 2010 -0700 +++ b/src/timer/unix/SDL_systimer.c Tue Jul 13 22:26:50 2010 -0700 @@ -31,6 +31,7 @@ #include <errno.h> #include "SDL_timer.h" +#include "../SDL_systimer.h" #include "../SDL_timer_c.h" /* The clock_gettime provides monotonous time, so we should use it if