mirror of
https://github.com/yawut/SDL.git
synced 2026-08-01 07:53:54 -05:00
Needed unistd.h for unlink()
This commit is contained in:
parent
79ad24c33b
commit
995e9e0fd6
|
|
@ -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…
Reference in New Issue
Block a user