From: Jim Meyering Date: Mon, 15 Sep 1997 13:26:09 +0000 (+0000) Subject: declare malloc X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d38967ea1995b22c06fbe3645b685b081355ce;p=pspp declare malloc --- diff --git a/lib/realloc.c b/lib/realloc.c index 91fa3b250b..1f82e75aa9 100644 --- a/lib/realloc.c +++ b/lib/realloc.c @@ -24,6 +24,7 @@ #include +char *malloc (); char *realloc (); /* Change the size of an allocated block of memory P to N bytes,