summaryrefslogtreecommitdiff
path: root/math/xfractint/patches/patch-ad
blob: fafd7aacef0b356840c4b4df217d1677e8c02b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$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"