From 27f7c6513a247c03975dbab93340214c253634b5 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 2 Jul 1987 05:24:39 +0000 Subject: use strings.h --- server/common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/common.c') diff --git a/server/common.c b/server/common.c index b7f9122..fca98d7 100644 --- a/server/common.c +++ b/server/common.c @@ -21,8 +21,9 @@ static char rcsid_common_c[] = "$Header$"; #include #include +#include -extern char *malloc(), *strcpy(); +extern char *malloc(); /* common routines for the server */ -- cgit v1.2.3