Needed unistd.h for unlink()
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401804
This commit is contained in:
parent
38fd0dc83a
commit
2b266d55f9
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue