Files
pkgsrc-ng/cad/felt/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
313 B
Plaintext

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