From 20d6b1d4d6c48248326e16868b1e9e0f3e5178a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Apr 2005 11:50:32 +0000 Subject: [PATCH] Include krb5-types.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14975 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/hash.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/des/hash.h b/lib/des/hash.h index a3baaf691..76b1b6f70 100644 --- a/lib/des/hash.h +++ b/lib/des/hash.h @@ -39,6 +39,9 @@ #include #include +#ifdef KRB5 +#include +#endif #ifndef min #define min(a,b) (((a)>(b))?(b):(a))