Better fix for iOS build
This commit is contained in:
parent
8984d25bfa
commit
097b9c3084
2 changed files with 5 additions and 8 deletions
|
@ -22,9 +22,9 @@
|
|||
|
||||
#if defined(__WIN32__)
|
||||
#include "core/windows/SDL_windows.h"
|
||||
#elif !defined(__WINRT__)
|
||||
#include <unistd.h> // For _exit(), etc.
|
||||
#endif
|
||||
#if defined(__IPHONEOS__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(__EMSCRIPTEN__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue