blob: 6043337a95a0e8d4ef8c74122a49970591c8c04f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/fractals.c.orig 2015-01-19 18:35:16 UTC
+++ common/fractals.c
@@ -43,7 +43,7 @@ an appropriate setup, per_image, per_pixel, and orbit
#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 */
|