From 995e9e0fd67d0844d27b1394a820e97ea264b7ef Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 17 May 2006 04:11:33 +0000 Subject: [PATCH] Needed unistd.h for unlink() --- test/testfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testfile.c b/test/testfile.c index 7badc6379..3e902ee0d 100644 --- a/test/testfile.c +++ b/test/testfile.c @@ -2,6 +2,7 @@ /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */ #include +#include #include "SDL.h" #include "SDL_endian.h"