From cdf76e14184f9b55eb31b3fddbae0adcb673d48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 18 Mar 2003 13:37:13 +0000 Subject: [PATCH] always include kafs git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11859 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index 913169f22..ad12a1214 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -148,6 +148,9 @@ #ifdef KRB4 #include +#endif + +#if defined(KRB4) || defined(KRB5) #include #endif