summaryrefslogtreecommitdiff
blob: 2c82b1ae43e6a2ae09ecf2145ea344bd04126800 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xv-3.10a/vdcomp.c~	2007-06-24 14:30:42 -0600
+++ xv-3.10a/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