diff src/timer/mint/SDL_systimer.c @ 1396:428c8690cf73

Add missing include directories
author Patrice Mandin <patmandin@gmail.com>
date Mon, 20 Feb 2006 20:53:52 +0000
parents 19418e4422cb
children d910939febfa
line wrap: on
line diff
--- a/src/timer/mint/SDL_systimer.c	Mon Feb 20 20:53:01 2006 +0000
+++ b/src/timer/mint/SDL_systimer.c	Mon Feb 20 20:53:52 2006 +0000
@@ -43,7 +43,7 @@
 #include "../SDL_timer_c.h"
 #include "SDL_thread.h"
 
-#include "mint/SDL_vbltimer_s.h"
+#include "SDL_vbltimer_s.h"
 
 /* The first ticks value of the application */
 static Uint32 start;