Needed unistd.h for unlink()

This commit is contained in:
Sam Lantinga 2006-05-17 04:11:33 +00:00
parent 79ad24c33b
commit 995e9e0fd6

View File

@ -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"