summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 47eb66d83..0f16c851e 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,9 +10,9 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.87 2001/07/08 15:23:38 stevesk Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.88 2001/07/11 00:24:53 itojun Exp $");
14 14
15#ifdef KRB4 15#if defined(KRB4) || defined(KRB5)
16#include <krb.h> 16#include <krb.h>
17#endif 17#endif
18#ifdef AFS 18#ifdef AFS