diff options
author | Dug Song <dugsong@cvs.openbsd.org> | 2001-06-26 17:41:50 +0000 |
---|---|---|
committer | Dug Song <dugsong@cvs.openbsd.org> | 2001-06-26 17:41:50 +0000 |
commit | 06638aa29ef8c572533aea2421eff146a25a88dc (patch) | |
tree | 2be4b5101eef1b8320d377717d35c17c768bf255 /usr.bin/ssh | |
parent | 5e7eff9fc8a3fd9846a18a7e95640bcfbdbde556 (diff) |
#include <kafs.h>
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/servconf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 74a32ecafd6..5294d7f5f82 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -10,11 +10,14 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.85 2001/06/26 16:15:24 dugsong Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.86 2001/06/26 17:41:49 dugsong Exp $"); #ifdef KRB4 #include <krb.h> #endif +#ifdef AFS +#include <kafs.h> +#endif #include "ssh.h" #include "log.h" |