Commit 98838b44 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Patched to compile on Visual Studio.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402290
parent 357970bf
......@@ -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"
......
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