mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed warning on Mac OS X
This commit is contained in:
parent
3317e4340d
commit
25919bf252
@ -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…
Reference in New Issue
Block a user