Skip to content

Commit

Permalink
Fixed warning on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 24, 2014
1 parent 3317e43 commit 25919bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/testautomation_surface.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 25919bf

Please sign in to comment.