changeset 1843:c2c327e8e781

Needed unistd.h for unlink()
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 04:11:33 +0000
parents fea140a964b3
children ed2f5e31b357
files test/testfile.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdlib.h>
+#include <unistd.h>
 
 #include "SDL.h"
 #include "SDL_endian.h"