summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDug Song <dugsong@cvs.openbsd.org>2001-06-26 17:41:50 +0000
committerDug Song <dugsong@cvs.openbsd.org>2001-06-26 17:41:50 +0000
commit06638aa29ef8c572533aea2421eff146a25a88dc (patch)
tree2be4b5101eef1b8320d377717d35c17c768bf255 /usr.bin/ssh
parent5e7eff9fc8a3fd9846a18a7e95640bcfbdbde556 (diff)
#include <kafs.h>
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/servconf.c5
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"