From 2b266d55f9b4fc6450ff1e79a717aa222712d321 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() --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401804 --- 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"