summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-frasetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfractint/files/patch-frasetup.c')
-rw-r--r--graphics/xfractint/files/patch-frasetup.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfractint/files/patch-frasetup.c b/graphics/xfractint/files/patch-frasetup.c
new file mode 100644
index 000000000000..56329987fa96
--- /dev/null
+++ b/graphics/xfractint/files/patch-frasetup.c
@@ -0,0 +1,11 @@
+--- frasetup.c.orig Tue Sep 7 00:38:10 1999
++++ frasetup.c Sun Dec 7 10:43:26 2003
+@@ -2,7 +2,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 */