summaryrefslogtreecommitdiff
path: root/server/common.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-07-02 05:24:39 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-07-02 05:24:39 +0000
commit27f7c6513a247c03975dbab93340214c253634b5 (patch)
treeef4e12f68946a6ebce5f8d5ee60bd78a81356708 /server/common.c
parent74d968ababc90e4b8eae93f2fec4ee0ea96686c9 (diff)
use strings.h
Diffstat (limited to 'server/common.c')
-rw-r--r--server/common.c3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <syslog.h>
+#include <strings.h>
-extern char *malloc(), *strcpy();
+extern char *malloc();
/* common routines for the server */