$NetBSD: patch-af,v 1.1 2006/06/09 15:34:31 minskim Exp $

--- xmalloc.c.orig	1995-02-16 21:39:50.000000000 +0000
+++ xmalloc.c
@@ -24,7 +24,7 @@
  */
 #include <stdio.h>
 #include <string.h>
-extern char *malloc(), *realloc();
+#include <stdlib.h>
 
 char *xmalloc (size)
 int size;
