13 lines
302 B
Text
13 lines
302 B
Text
$NetBSD: patch-ak,v 1.2 2009/12/17 20:31:37 abs Exp $
|
|
|
|
--- src/Burlap/allocate.h.orig 2000-02-21 22:44:29.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) \
|