From 9a89f54c0c8aee597eae7d29d961fc1d653ab118 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 16 Mar 1999 13:27:29 +0000 Subject: [PATCH] add krb5.h to get heimdal_version git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5548 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd_locl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index fcdd8b141..9b4fa91c3 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -150,6 +150,10 @@ #include #endif +#ifdef KRB5 +#include +#endif + #ifdef OTP #include #endif