12 lines
290 B
Text
12 lines
290 B
Text
$NetBSD: patch-ab,v 1.1 2005/10/31 20:04:46 tv Exp $
|
|
|
|
--- malloc.c.orig 2002-03-02 07:15:03.000000000 -0500
|
|
+++ malloc.c
|
|
@@ -45,6 +45,7 @@
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
+#include <stdlib.h>
|
|
#else /* !POSIX_1 */
|
|
#include <sys/types.h>
|
|
extern int errno;
|