changeset 1028:f58a63ef07b9

declare malloc
author Jim Meyering <jim@meyering.net>
date Mon, 15 Sep 1997 13:26:09 +0000
parents c074d994d37d
children 75cdd2b7dbfe
files lib/realloc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/realloc.c
+++ b/lib/realloc.c
@@ -24,6 +24,7 @@
 
 #include <sys/types.h>
 
+char *malloc ();
 char *realloc ();
 
 /* Change the size of an allocated block of memory P to N bytes,