diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index f6db68e35..a6b894a1e 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan + * Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -143,15 +143,15 @@ #include "roken.h" +#ifdef KRB5 +#include +#endif /* KRB5 */ + #ifdef KRB4 #include #include #endif -#ifdef KRB5 -#include -#endif /* KRB5 */ - #ifdef OTP #include #endif