mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Don't assume IOS define
This commit is contained in:
parent
bb7960c500
commit
973be7030d
@ -11,7 +11,7 @@
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef IOS
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user