aboutsummaryrefslogtreecommitdiff
path: root/generic/OverlapMan.c
diff options
context:
space:
mode:
authorconversy2003-10-07 13:10:11 +0000
committerconversy2003-10-07 13:10:11 +0000
commit45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21 (patch)
treed1924dfa534b6d91d1d21916ca6394eddaa0a035 /generic/OverlapMan.c
parent40369046de5ed65212d926be164e3732fc196786 (diff)
downloadtkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.zip
tkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.tar.gz
tkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.tar.bz2
tkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.tar.xz
fixed for macosx
Diffstat (limited to 'generic/OverlapMan.c')
-rw-r--r--generic/OverlapMan.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/OverlapMan.c b/generic/OverlapMan.c
index 29f872f..a57dea9 100644
--- a/generic/OverlapMan.c
+++ b/generic/OverlapMan.c
@@ -40,7 +40,11 @@ static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ "
#include "OverlapMan.h"
+#if defined(__APPLE__)
+#include <stdlib.h>
+#else
#include "malloc.h"
+#endif
#include "private.h"
#include <stdio.h>