freebsd-ports/graphics/xfractint/files/patch-biginit.c
Kirill Ponomarev 0f15446dff - Fix build on -current
PR:		60011
Submitted by:	Ports Fury
2003-12-07 16:09:49 +00:00

12 lines
287 B
C

--- biginit.c.orig Tue Sep 7 00:38:10 1999
+++ biginit.c Sun Dec 7 10:50:07 2003
@@ -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"