Fixed warning on Mac OS X

This commit is contained in:
Sam Lantinga 2014-03-23 23:08:26 -07:00
parent ce92ee5307
commit 4d02b5b07d

View file

@ -13,6 +13,10 @@
#include "SDL.h"
#include "SDL_test.h"
#ifdef __MACOSX__
#include <unistd.h> /* For unlink() */
#endif
/* ================= Test Case Implementation ================== */
/* Shared test surface */