summaryrefslogtreecommitdiff
path: root/cad/felt/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'cad/felt/patches/patch-ak')
-rw-r--r--cad/felt/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/felt/patches/patch-ak b/cad/felt/patches/patch-ak
new file mode 100644
index 00000000000..bf9649283e4
--- /dev/null
+++ b/cad/felt/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- src/Burlap/allocate.h.orig 2007-08-08 18:55:52.000000000 +0000
++++ src/Burlap/allocate.h
+@@ -28,7 +28,7 @@
+
+ # ifndef _ALLOCATE_H
+ # define _ALLOCATE_H
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <string.h>
+
+ # define New(type) \