From e1d31e0a8b59fd74829f790e97c75e7a530b86df Mon Sep 17 00:00:00 2001 From: fluffypony Date: Tue, 9 Sep 2014 14:07:57 +0200 Subject: [PATCH] malloc.h reference fixed for FreeBSD --- src/crypto/oaes_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crypto/oaes_lib.c b/src/crypto/oaes_lib.c index 81c8aeff..1dce99ed 100644 --- a/src/crypto/oaes_lib.c +++ b/src/crypto/oaes_lib.c @@ -38,8 +38,8 @@ static const char _NR[] = { #include #include -#ifndef __APPLE__ -#include +#ifndef __APPLE__ || __FREEBSD__ + #include #endif #ifdef WIN32