From 19f65e87f7b7a4221d43506aba579b9f63230cc2 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 18 Mar 1999 11:46:42 +0000 Subject: [PATCH] move include of krb5.h here git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5594 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 4 ++++ 1 file changed, 4 insertions(+) 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";