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_info.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/user_info.c') diff --git a/source3/auth/user_info.c b/source3/auth/user_info.c index d5319a465a..3d4ee08b9f 100644 --- a/source3/auth/user_info.c +++ b/source3/auth/user_info.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "librpc/gen_ndr/samr.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit