$NetBSD: patch-ac,v 1.1 2006/07/29 04:42:08 minskim Exp $ --- util.c.orig 1992-12-11 13:04:17.000000000 +0000 +++ util.c @@ -45,6 +45,7 @@ static char *RCSid = "$Header: /home/har #include #include #include +#include #include #include "xpostit.h" @@ -129,7 +130,6 @@ char * SafeAlloc(nbytes) register int nbytes; { - char *malloc(); register char *s; if ((s = malloc(nbytes)) == NULL) {