# HG changeset patch # User Sam Lantinga # Date 1147839093 0 # Node ID c2c327e8e78100cf05c4bbe1c27ffb59c231a7fe # Parent fea140a964b3cb81b87bba5ae8388bf198da08e0 Needed unistd.h for unlink() diff -r fea140a964b3 -r c2c327e8e781 test/testfile.c --- a/test/testfile.c Wed May 17 04:01:53 2006 +0000 +++ b/test/testfile.c Wed May 17 04:11:33 2006 +0000 @@ -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"