diff options
Diffstat (limited to 'graphics/xfractint/files/patch-common__fractalb.c')
-rw-r--r-- | graphics/xfractint/files/patch-common__fractalb.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfractint/files/patch-common__fractalb.c b/graphics/xfractint/files/patch-common__fractalb.c new file mode 100644 index 000000000000..d472b1fa36a5 --- /dev/null +++ b/graphics/xfractint/files/patch-common__fractalb.c @@ -0,0 +1,11 @@ +--- ./common/fractalb.c.orig 2008-09-17 21:52:35.000000000 -0400 ++++ ./common/fractalb.c 2010-01-27 13:52:46.000000000 -0500 +@@ -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 */ |