- Fixed malloc problem.
This commit is contained in:
parent
c3f1d9661a
commit
16291579e7
@ -11,7 +11,7 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifndef OSXHOST
|
#if !defined(__APPLE__)
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user