pkgsrc/cad/felt/patches/patch-ad
2009-12-17 19:58:19 +00:00

13 lines
313 B
Text

$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))