Fixed build on iOS
This commit is contained in:
parent
bf9092cf4a
commit
8984d25bfa
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue