Skip to content

Commit

Permalink
Fixed build on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 18, 2019
1 parent bf9092c commit 8984d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SDL.c
Expand Up @@ -23,6 +23,9 @@
#if defined(__WIN32__)
#include "core/windows/SDL_windows.h"
#endif
#if defined(__IPHONEOS__)
#include <unistd.h>
#endif

#if defined(__EMSCRIPTEN__)
#include <emscripten.h>
Expand Down

0 comments on commit 8984d25

Please sign in to comment.