malloc.h reference fixed for FreeBSD

release-v0.4.0.1
fluffypony 10 years ago
parent 5a65991480
commit e1d31e0a8b

@ -38,7 +38,7 @@ static const char _NR[] = {
#include <stdlib.h>
#include <stdio.h>
#ifndef __APPLE__
#ifndef __APPLE__ || __FREEBSD__
#include <malloc.h>
#endif

Loading…
Cancel
Save