summaryrefslogtreecommitdiff
path: root/cad/felt/patches/patch-ad
blob: 8761889fb48394a7674356b4c1cf846be2da056d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 2009/12/17 20:31:37 abs Exp $

--- include/allocate.h.orig	2000-02-21 22:44:25.000000000 +0000
+++ include/allocate.h
@@ -25,7 +25,7 @@
 
 # ifndef _ALLOCATE_H
 # define _ALLOCATE_H
-# include "malloc.h"
+# include <stdlib.h>
 
 # define AllocNew(type) \
 	(type *) malloc (sizeof (type))