summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__biginit.c
blob: 330d4b6280c6ae207ddcda90afecbdbfe8dec871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/biginit.c.orig	2017-02-04 17:11:46 UTC
+++ common/biginit.c
@@ -9,7 +9,7 @@ is in the allocations of memory for the big numbers.
 #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 */