Patched to compile on Visual Studio.

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2007-03-30 06:26:28 +00:00
parent 3e834e754f
commit 7603e2bb84

View File

@ -2,7 +2,10 @@
/* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
#include <stdlib.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "SDL.h"
#include "SDL_endian.h"