summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-fractals.c
blob: 6e02c20d82e66b57f8d8903e870e9187e16020e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- fractals.c.orig	Tue Sep  7 00:38:10 1999
+++ fractals.c	Sun Dec  7 10:42:38 2003
@@ -41,7 +41,7 @@
 #include <string.h>
 #ifdef __TURBOC__
 #include <alloc.h>
-#elif !defined(__386BSD__)
+#elif !defined(BIG_ANSI_C)
 #include <malloc.h>
 #endif
   /* see Fractint.c for a description of the "include"  hierarchy */