fixed OS X malloc.h reference
This commit is contained in:
parent
8e122401c9
commit
f8025cada9
|
@ -34,11 +34,14 @@ static const char _NR[] = {
|
|||
#include <stddef.h>
|
||||
#include <time.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include <process.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue