mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
0f15446dff
PR: 60011 Submitted by: Ports Fury
12 lines
318 B
C
12 lines
318 B
C
--- fractalb.c.orig Tue Sep 7 00:38:10 1999
|
|
+++ fractalb.c Sun Dec 7 10:40:04 2003
|
|
@@ -10,7 +10,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 */
|