Fixed warning on Mac OS X
This commit is contained in:
parent
ce92ee5307
commit
4d02b5b07d
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue