summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 7dbf31834..9d5b54f3e 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,11 +10,14 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.85 2001/06/26 16:15:24 dugsong Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.86 2001/06/26 17:41:49 dugsong Exp $");
14 14
15#ifdef KRB4 15#ifdef KRB4
16#include <krb.h> 16#include <krb.h>
17#endif 17#endif
18#ifdef AFS
19#include <kafs.h>
20#endif
18 21
19#include "ssh.h" 22#include "ssh.h"
20#include "log.h" 23#include "log.h"