pkgsrc/math/xfractint/patches/patch-ad
2007-07-28 01:42:50 +00:00

17 lines
461 B
Text

$NetBSD: patch-ad,v 1.1 2007/07/28 01:42:50 joerg Exp $
--- fractals.c.orig 2007-07-28 01:15:51.000000000 +0000
+++ fractals.c
@@ -39,11 +39,7 @@ an appropriate setup, per_image, per_pix
#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"