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/passdb/account_pol.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/passdb/account_pol.c') diff --git a/source3/passdb/account_pol.c b/source3/passdb/account_pol.c index 7eeb38fdd8..c4a39e408f 100644 --- a/source3/passdb/account_pol.c +++ b/source3/passdb/account_pol.c @@ -24,6 +24,8 @@ #include "passdb.h" #include "dbwrap.h" #include "../libcli/security/security.h" +#include "lib/privileges.h" + static struct db_context *db; /* cache all entries for 60 seconds for to save ldap-queries (cache is updated -- cgit