diff src/timer/mint/SDL_systimer.c @ 557:0ce5a68278fd

Updated Atari port for new system headers (thanks Patrice!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 07 Dec 2002 06:54:47 +0000
parents f6ffac90895c
children 623b453a3219
line wrap: on
line diff
--- a/src/timer/mint/SDL_systimer.c	Sat Dec 07 06:51:03 2002 +0000
+++ b/src/timer/mint/SDL_systimer.c	Sat Dec 07 06:54:47 2002 +0000
@@ -40,7 +40,7 @@
 #include <errno.h>
 
 #include <mint/osbind.h>
-#include <sysvars.h>
+#include <mint/sysvars.h>
 
 #include "SDL_error.h"
 #include "SDL_timer.h"