Fixed warning on Mac OS X
parent
3317e4340d
commit
25919bf252
|
@ -13,6 +13,10 @@
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_test.h"
|
#include "SDL_test.h"
|
||||||
|
|
||||||
|
#ifdef __MACOSX__
|
||||||
|
#include <unistd.h> /* For unlink() */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ================= Test Case Implementation ================== */
|
/* ================= Test Case Implementation ================== */
|
||||||
|
|
||||||
/* Shared test surface */
|
/* Shared test surface */
|
||||||
|
|
Loading…
Reference in New Issue