2013-09-26 17:14:40 +02:00

18 lines
436 B
Plaintext

$NetBSD: patch-ac,v 1.1 2007/07/28 01:42:50 joerg Exp $
--- fractalb.c.orig 2007-07-28 01:15:21.000000000 +0000
+++ fractalb.c
@@ -8,11 +8,7 @@ fractal routines.
#include <limits.h>
#include <string.h>
-#ifdef __TURBOC__
-#include <alloc.h>
-#elif !defined(__386BSD__)
-#include <malloc.h>
-#endif
+#include <stdlib.h>
/* see Fractint.c for a description of the "include" hierarchy */
#include "port.h"
#include "prototyp.h"