From 3602b138c69f63a4c5ae468a1b078bca860e815d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 29 Apr 2003 09:17:17 +0000 Subject: [PATCH] include kafs.h in the krb5 case git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12173 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index e2ce4dbcc..4d6b8136e 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -36,6 +36,8 @@ RCSID("$Id$"); #endif #ifdef KRB4 #include +#endif +#if defined(KRB4) || defined(KRB5) #include #endif