summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__memory.c
blob: 6aa22e246b8ede69f5484b611ff3b09a650b1b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/memory.c.orig	2014-05-03 13:12:35 UTC
+++ common/memory.c
@@ -2,7 +2,7 @@
 #include <limits.h>
 #ifdef __APPLE__
 #include <malloc/malloc.h>
-#else
+#elif !defined(BIG_ANSI_C)
 #include <malloc.h>
 #endif