malloc.h reference fixed for FreeBSD

release-v0.4.0.1
fluffypony 10 years ago
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…
Cancel
Save