Skip to content

Commit

Permalink
Patched to compile on Visual Studio.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 30, 2007
1 parent cdfe9f3 commit 4d831cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/testfile.c
Expand Up @@ -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"
Expand Down

0 comments on commit 4d831cd

Please sign in to comment.