aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/OverlapMan.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#else
#include "malloc.h"