=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-krb4.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/ssh/Attic/auth-krb4.c 2001/01/21 19:05:41 1.22 +++ src/usr.bin/ssh/Attic/auth-krb4.c 2001/01/22 08:15:00 1.23 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-krb4.c,v 1.22 2001/01/21 19:05:41 markus Exp $"); +RCSID("$OpenBSD: auth-krb4.c,v 1.23 2001/01/22 08:15:00 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -32,7 +32,10 @@ #include "log.h" #include "servconf.h" #include "auth.h" + +#ifdef AFS #include "radix.h" +#endif #ifdef KRB4 char *ticket = NULL;