Fixed compile warnings

This commit is contained in:
Sam Lantinga
2010-07-13 22:26:50 -07:00
parent 56a9f48542
commit 753ad58277
2 changed files with 2 additions and 0 deletions

View File

@@ -38,4 +38,5 @@ extern int SDL_SYS_StartTimer(void);
/* Stop a previously started timer */
extern void SDL_SYS_StopTimer(void);
/* vi: set ts=4 sw=4 expandtab: */

View File

@@ -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