summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__biginit.c
blob: 67a5e1800319cb9da88d5371ef5d50fd8b9f5192 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/biginit.c.orig	2011-05-07 15:28:14.000000000 -0500
+++ common/biginit.c	2012-03-10 17:13:34.000000000 -0500
@@ -9,7 +9,7 @@
 #include <string.h>
 #ifdef __APPLE__
 #include <malloc/malloc.h>
-#else
+#elif !defined(BIG_ANSI_C)
 #include <malloc.h>
 #endif
   /* see Fractint.c for a description of the "include"  hierarchy */