mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-01-15 15:09:01 +00:00
Fixed build on iOS
This commit is contained in:
parent
bf9092cf4a
commit
8984d25bfa
@ -23,6 +23,9 @@
|
|||||||
#if defined(__WIN32__)
|
#if defined(__WIN32__)
|
||||||
#include "core/windows/SDL_windows.h"
|
#include "core/windows/SDL_windows.h"
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__IPHONEOS__)
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__EMSCRIPTEN__)
|
#if defined(__EMSCRIPTEN__)
|
||||||
#include <emscripten.h>
|
#include <emscripten.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user