Don't assume IOS define

This commit is contained in:
twinaphex 2015-07-30 04:58:01 +02:00
parent bb7960c500
commit 973be7030d

View File

@ -11,7 +11,7 @@
#include <string.h>
#include <stdint.h>
#ifndef IOS
#ifndef __APPLE__
#include <malloc.h>
#endif