From bf5b934b06b0104ef34bfdbb95f5b2d8691dc28c Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Wed, 26 Aug 2009 12:58:01 -0400 Subject: [PATCH] Include roken.h before including other Heimdal headers --- lib/kadm5/kadm5_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kadm5/kadm5_locl.h b/lib/kadm5/kadm5_locl.h index 13b644e18..68b6a5ebf 100644 --- a/lib/kadm5/kadm5_locl.h +++ b/lib/kadm5/kadm5_locl.h @@ -37,6 +37,7 @@ #define __KADM5_LOCL_H__ #include +#include #include #include @@ -76,7 +77,6 @@ #include "kadm5_err.h" #include #include -#include #include #include "private.h" -- 2.11.4.GIT