Skip to content

Commit

Permalink
Needed unistd.h for unlink()
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 17, 2006
1 parent b01badd commit b099dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testfile.c
Expand Up @@ -2,6 +2,7 @@
/* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */

#include <stdlib.h>
#include <unistd.h>

#include "SDL.h"
#include "SDL_endian.h"
Expand Down

0 comments on commit b099dba

Please sign in to comment.