diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index 6587b10d9..a155a8401 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -33,6 +33,10 @@ #define FTP_NAMES #include "ftpd_locl.h" +#ifdef KRB5 +#include +#endif + RCSID("$Id$"); static char version[] = "Version 6.00";