parent
f500541834
commit
b35eb4f5c5
|
@ -24,7 +24,9 @@ SOFTWARE.
|
||||||
|
|
||||||
#include "exoquant.h"
|
#include "exoquant.h"
|
||||||
|
|
||||||
#ifndef OSX_BUILD // OSX build cannot have malloc defined
|
#ifdef __APPLE__
|
||||||
|
// No malloc on mac
|
||||||
|
#else
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue