From 66d38967ea1995b22c06fbe3645b685b081355ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Sep 1997 13:26:09 +0000 Subject: [PATCH] declare malloc --- lib/realloc.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2