Better fix for iOS build

This commit is contained in:
Sam Lantinga 2019-10-17 17:51:49 -07:00
parent 8984d25bfa
commit 097b9c3084
2 changed files with 5 additions and 8 deletions

View file

@ -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__)