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

11 lines
316 B
C

--- frasetup.c.orig Tue Sep 7 00:38:10 1999
+++ frasetup.c Sun Dec 7 10:43:26 2003
@@ -2,7 +2,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 */