aboutsummaryrefslogtreecommitdiff
path: root/libtess/memalloc.h
diff options
context:
space:
mode:
authorconversy2003-10-07 13:10:11 +0000
committerconversy2003-10-07 13:10:11 +0000
commit45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21 (patch)
treed1924dfa534b6d91d1d21916ca6394eddaa0a035 /libtess/memalloc.h
parent40369046de5ed65212d926be164e3732fc196786 (diff)
downloadtkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.zip
tkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.tar.gz
tkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.tar.bz2
tkzinc-45f3c83d58945f998aedeb7d3d0f9f2fb7cf6c21.tar.xz
fixed for macosx
Diffstat (limited to 'libtess/memalloc.h')
-rw-r--r--libtess/memalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtess/memalloc.h b/libtess/memalloc.h
index f421af7..0a55694 100644
--- a/libtess/memalloc.h
+++ b/libtess/memalloc.h
@@ -42,7 +42,7 @@
#ifndef __memalloc_simple_h_
#define __memalloc_simple_h_
-#if defined(__VMS) || defined(darwin)
+#if defined(__VMS) || defined(darwin) || defined(__APPLE__)
# include <stdlib.h>
#else
# include <malloc.h>