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