$NetBSD: patch-bo,v 1.1 2006/05/15 15:33:00 christos Exp $

--- malloc/xmalloc.c.orig	1995-02-24 16:20:43.000000000 -0500
+++ malloc/xmalloc.c	2006-05-15 10:52:52.000000000 -0400
@@ -20,6 +20,8 @@
    Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
 
 static void memory_error_and_abort ();
 
