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