diff test/testfile.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents b2b476a4a73c
children 782fd950bd46 c121d94672cb f86ced1837de
line wrap: on
line diff
--- a/test/testfile.c	Mon May 01 06:58:33 2006 +0000
+++ b/test/testfile.c	Wed May 17 08:18:28 2006 +0000
@@ -2,6 +2,7 @@
 /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
 
 #include <stdlib.h>
+#include <unistd.h>
 
 #include "SDL.h"
 #include "SDL_endian.h"