7b57233073
Fractint is an IBM PC program to generate fractals, and was written by the Stone Soup Group. The UNIX port was done by Ken Shirriff and modified by Scott D. Boyd. WWW: http://www.fractint.org PR: ports/138637 Submitted by: onemda at gmail.com
12 lines
327 B
C
12 lines
327 B
C
--- ./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"
|