From c2d6260f1042313ecb7540dd6ced1470db3001e9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Mar 2011 11:56:52 +0100 Subject: s3: only include lib/privileges.h where needed. This finally removes the global lsa.h inclusion. Guenther --- source3/auth/token_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/token_util.c') diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index af166760d0..da4745d833 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -33,6 +33,7 @@ #include "../lib/util/util_pw.h" #include "lib/winbind_util.h" #include "passdb.h" +#include "lib/privileges.h" /**************************************************************************** Check for a SID in an struct security_token -- cgit