mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
Needed unistd.h for unlink()
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user