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