From 95f9542e055d027adeb596a2c67fe48add77033c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 31 Aug 2010 23:09:39 +0200 Subject: s3-auth: remove global include of krb5pac.h. Guenther --- source3/auth/user_krb5.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/user_krb5.c') diff --git a/source3/auth/user_krb5.c b/source3/auth/user_krb5.c index 580e71af86..9d6b6a445b 100644 --- a/source3/auth/user_krb5.c +++ b/source3/auth/user_krb5.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "librpc/gen_ndr/krb5pac.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit