diff options
Diffstat (limited to 'graphics/xfractint/files/patch-common__lsys.c')
-rw-r--r-- | graphics/xfractint/files/patch-common__lsys.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfractint/files/patch-common__lsys.c b/graphics/xfractint/files/patch-common__lsys.c new file mode 100644 index 000000000000..9f00583c4263 --- /dev/null +++ b/graphics/xfractint/files/patch-common__lsys.c @@ -0,0 +1,11 @@ +--- ./common/lsys.c.orig 2005-12-21 21:15:40.000000000 -0500 ++++ ./common/lsys.c 2010-01-27 13:52:46.000000000 -0500 +@@ -2,7 +2,7 @@ + #include <string.h> + #ifdef __TURBOC__ + #include <alloc.h> +-#else ++#elif !defined(BIG_ANSI_C) + #include <malloc.h> + #endif + |