diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-16 03:18:09 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-16 03:18:09 +0000 |
commit | 9601de7151e525b96f44a00ad6cad6355a70090c (patch) | |
tree | f9f194db17b9dabb981bf25245fbcafe19ee2b10 | |
parent | c0606d27958b87c1528aa863237bbf4158702b7e (diff) |
Bring prototypes into scope
-rw-r--r-- | kerberosIV/kafs/afssys.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberosIV/kafs/afssys.c b/kerberosIV/kafs/afssys.c index 3df18203ce9..2c831e41abf 100644 --- a/kerberosIV/kafs/afssys.c +++ b/kerberosIV/kafs/afssys.c @@ -1,10 +1,12 @@ -/* $Id: afssys.c,v 1.1 1995/12/14 06:52:46 tholo Exp $ */ +/* $Id: afssys.c,v 1.2 1996/09/16 03:18:08 tholo Exp $ */ #include <sys/types.h> #include <sys/ioctl.h> #include <signal.h> #include <setjmp.h> #include <errno.h> +#include <string.h> +#include <unistd.h> #include <kerberosIV/krb.h> #include <kerberosIV/kafs.h> |