diff src/video/xbios/SDL_xbios.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 9ff7e90aaa94
children 50dcaff875f5
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.c	Sat Dec 07 06:51:03 2002 +0000
+++ b/src/video/xbios/SDL_xbios.c	Sat Dec 07 06:54:47 2002 +0000
@@ -38,7 +38,7 @@
 #include <unistd.h>
 
 /* Mint includes */
-#include <sys/cookie.h>
+#include <mint/cookie.h>
 #include <mint/osbind.h>
 #include <mint/falcon.h>