summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-fractalb.c
blob: a8324cba2a4db36962609fd937ab347b8f581609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- fractalb.c.orig	Tue Sep  7 00:38:10 1999
+++ fractalb.c	Sun Dec  7 10:40:04 2003
@@ -10,7 +10,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 */