malloc.h reference fixed for FreeBSD

This commit is contained in:
fluffypony 2014-09-09 14:07:57 +02:00
parent 5a65991480
commit e1d31e0a8b
1 changed files with 2 additions and 2 deletions

View File

@ -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