Commit 8823661b authored by Ryan C. Gordon's avatar Ryan C. Gordon

Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402291
parent a71b4bf0
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
/* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */ /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
#include <stdlib.h> #include <stdlib.h>
#ifndef _MSC_VER
#include <unistd.h> #include <unistd.h>
#endif
#include "SDL.h" #include "SDL.h"
#include "SDL_endian.h" #include "SDL_endian.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment