=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- src/usr.bin/ssh/servconf.c 2001/07/08 15:23:38 1.87 +++ src/usr.bin/ssh/servconf.c 2001/07/11 00:24:53 1.88 @@ -10,9 +10,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.87 2001/07/08 15:23:38 stevesk Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.88 2001/07/11 00:24:53 itojun Exp $"); -#ifdef KRB4 +#if defined(KRB4) || defined(KRB5) #include #endif #ifdef AFS