Mercurial > sdl-ios-xcode
changeset 4515:54cbc34229f4
Fixed compile warnings
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 13 Jul 2010 22:26:50 -0700 |
parents | 0c71708adbcb |
children | f18bc9935507 |
files | src/timer/SDL_systimer.h src/timer/unix/SDL_systimer.c |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/timer/SDL_systimer.h Tue Jul 13 22:25:30 2010 -0700 +++ b/src/timer/SDL_systimer.h Tue Jul 13 22:26:50 2010 -0700 @@ -38,4 +38,5 @@ /* Stop a previously started timer */ extern void SDL_SYS_StopTimer(void); + /* vi: set ts=4 sw=4 expandtab: */
--- 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