Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 30, 2007
1 parent ab76985 commit 13a3050
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 13a3050

Please sign in to comment.