From 29f700bbe6e01938fad6ef881a5a666090f13eea Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 24 Sep 1997 21:09:17 +0000 Subject: [PATCH] Use include for malloc declaration --- games/hack/alloc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games/hack/alloc.c b/games/hack/alloc.c index d94bf8b903b8..0e46ebce689f 100644 --- a/games/hack/alloc.c +++ b/games/hack/alloc.c @@ -1,4 +1,6 @@ /* alloc.c - version 1.0.2 */ +#include + #ifdef LINT /* @@ -18,9 +20,6 @@ long dummy = ftell(stderr); #else -extern char *malloc(); -extern char *realloc(); - long * alloc(lth) register unsigned lth;