Commit 2b266d55 authored by Sam Lantinga's avatar Sam Lantinga

Needed unistd.h for unlink()

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401804
parent 38fd0dc8
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment