mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
Fixed warning on Mac OS X
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user