diff options
Diffstat (limited to 'lib/realloc.c')
-rw-r--r-- | lib/realloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/realloc.c b/lib/realloc.c index 91fa3b250..1f82e75aa 100644 --- 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, |