summaryrefslogtreecommitdiff
blob: 06e9f8a8d97842222659c6ab541a5f9633b5826e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- vdcomp.c~	2007-06-24 14:30:42 -0600
+++ vdcomp.c	2007-06-24 14:48:12 -0600
@@ -123,6 +123,8 @@
 
 #    if defined(hp300) || defined(hp800) || defined(NeXT)
 #      include <sys/malloc.h>    /* it's in "sys" on HPs and NeXT */
+#    elif defined(__APPLE__)
+#      include <malloc/malloc.h>
 #    else
 #      include <malloc.h>        /* FIXME: should explicitly list systems that NEED this, not everyone that doesn't */
 #    endif