diff options
Diffstat (limited to 'graphics/xfractint/files/patch-fractals.c')
-rw-r--r-- | graphics/xfractint/files/patch-fractals.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfractint/files/patch-fractals.c b/graphics/xfractint/files/patch-fractals.c new file mode 100644 index 000000000000..6e02c20d82e6 --- /dev/null +++ b/graphics/xfractint/files/patch-fractals.c @@ -0,0 +1,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 */ |