diff options
Diffstat (limited to 'graphics/xfractint/files/patch-common__biginit.c')
-rw-r--r-- | graphics/xfractint/files/patch-common__biginit.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/xfractint/files/patch-common__biginit.c b/graphics/xfractint/files/patch-common__biginit.c new file mode 100644 index 000000000000..1115230d646c --- /dev/null +++ b/graphics/xfractint/files/patch-common__biginit.c @@ -0,0 +1,12 @@ +--- ./common/biginit.c.orig 2008-09-18 21:58:09.000000000 -0400 ++++ ./common/biginit.c 2010-01-27 13:52:46.000000000 -0500 +@@ -7,7 +7,9 @@ + */ + + #include <string.h> ++#ifndef BIG_ANSI_C + #include <malloc.h> ++#endif + /* see Fractint.c for a description of the "include" hierarchy */ + #include "port.h" + #include "prototyp.h" |