11 lines
316 B
C
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 */
|