Fixed warning on Mac OS X

This commit is contained in:
Sam Lantinga 2014-03-23 23:08:26 -07:00
parent f4d37a4f09
commit 377cd2e535

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 */