include kafs.h in the krb5 case

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12173 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-29 09:17:17 +00:00
parent c6ba0af2a7
commit 3602b138c6

View File

@@ -36,6 +36,8 @@ RCSID("$Id$");
#endif
#ifdef KRB4
#include <krb.h>
#endif
#if defined(KRB4) || defined(KRB5)
#include <kafs.h>
#endif