blob: 9480dce4bbbbcf3568cb25bbb5b687876e30f5b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/frasetup.c.orig 2014-05-03 13:12:35 UTC
+++ common/frasetup.c
@@ -4,7 +4,7 @@
#include <alloc.h>
#elif defined(__APPLE__)
#include <malloc/malloc.h>
-#elif !defined(__386BSD__)
+#elif !defined(BIG_ANSI_C)
#include <malloc.h>
#endif
/* see Fractint.c for a description of the "include" hierarchy */
|