summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__lsys.c
blob: f1c6ac799389d8efebf99479c38f29e69294234a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/lsys.c.orig	2011-05-07 15:34:46.000000000 -0500
+++ common/lsys.c	2012-03-10 16:37:40.000000000 -0500
@@ -4,7 +4,7 @@
 #include <alloc.h>
 #elif defined(__APPLE__)
 #include <malloc/malloc.h>
-#else
+#elif !defined(BIG_ANSI_C)
 #include <malloc.h>
 #endif