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