From 235f1485901774bfbeb0f052bc4e1397f4ef0b88 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 16:50:02 +0100 Subject: s3-passdb: use passdb headers where needed. Guenther --- source3/lib/privileges.c | 1 + source3/lib/smbldap_util.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/privileges.c b/source3/lib/privileges.c index 38264245a5..1d5d19d323 100644 --- a/source3/lib/privileges.c +++ b/source3/lib/privileges.c @@ -25,6 +25,7 @@ #include "dbwrap.h" #include "libcli/security/privileges_private.h" #include "../libcli/security/security.h" +#include "passdb.h" #define PRIVPREFIX "PRIV_" diff --git a/source3/lib/smbldap_util.c b/source3/lib/smbldap_util.c index 478a3d24ca..f1f0ff613f 100644 --- a/source3/lib/smbldap_util.c +++ b/source3/lib/smbldap_util.c @@ -24,6 +24,7 @@ #include "includes.h" #include "smbldap.h" +#include "passdb.h" /********************************************************************** Add the account-policies below the sambaDomain object to LDAP, -- cgit