From 3003f848974d431c6a8b75cb6fbc41ef7db65de5 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 11 Sep 2006 14:58:19 +0000 Subject: Fix an error when including error.h through malloc.h under freebsd. It should be the same problem on all BSDs. Bug reported by Slaven Rezic. --- generic/OverlapMan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') diff --git a/generic/OverlapMan.c b/generic/OverlapMan.c index 21ae890..2b70368 100644 --- a/generic/OverlapMan.c +++ b/generic/OverlapMan.c @@ -29,7 +29,7 @@ static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " #include "OverlapMan.h" -#if defined(__APPLE__) +#if defined(__APPLE__) || __FreeBSD__ > 3 #include #else #include "malloc.h" -- cgit v1.1