diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 11:56:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:10 +0200 |
commit | c2d6260f1042313ecb7540dd6ced1470db3001e9 (patch) | |
tree | f7bf8bd96d65a76864b71b1122474be23ec3ed66 /source3/passdb | |
parent | 643b08dd25f9b1891b55d6653d0b04403d9b8ea0 (diff) | |
download | samba-c2d6260f1042313ecb7540dd6ced1470db3001e9.tar.gz samba-c2d6260f1042313ecb7540dd6ced1470db3001e9.tar.bz2 samba-c2d6260f1042313ecb7540dd6ced1470db3001e9.zip |
s3: only include lib/privileges.h where needed.
This finally removes the global lsa.h inclusion.
Guenther
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/account_pol.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |