malloc.h reference fixed for FreeBSD
This commit is contained in:
parent
5a65991480
commit
e1d31e0a8b
|
@ -38,8 +38,8 @@ static const char _NR[] = {
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#ifndef __APPLE__ || __FREEBSD__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
Loading…
Reference in New Issue