From: Günther Deschner Date: Mon, 18 Oct 2010 13:55:47 +0000 (+0200) Subject: s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=64e9f79587916c0e8e9079636e3a2ab60ea2b455;p=metze%2Fsamba%2Fwip.git s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104 --- diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 7e5f99405d88..19139461441c 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -21,6 +21,7 @@ #include "nfs4_acls.h" #include "librpc/gen_ndr/ndr_security.h" #include "../libcli/security/dom_sid.h" +#include "../libcli/security/security.h" #include "include/dbwrap.h" #undef DBGC_CLASS diff --git a/source3/winbindd/idmap_adex/likewise_cell.c b/source3/winbindd/idmap_adex/likewise_cell.c index 00ccc597bb0d..0914132b9339 100644 --- a/source3/winbindd/idmap_adex/likewise_cell.c +++ b/source3/winbindd/idmap_adex/likewise_cell.c @@ -23,6 +23,7 @@ #include "idmap.h" #include "idmap_adex.h" #include "secrets.h" +#include "../libcli/security/dom_sid.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP diff --git a/source3/winbindd/idmap_adex/provider_unified.c b/source3/winbindd/idmap_adex/provider_unified.c index 9f5cc884a5f0..b61666fa5022 100644 --- a/source3/winbindd/idmap_adex/provider_unified.c +++ b/source3/winbindd/idmap_adex/provider_unified.c @@ -25,6 +25,7 @@ #include "idmap.h" #include "idmap_adex.h" #include "../libcli/ldap/ldap_ndr.h" +#include "../libcli/security/dom_sid.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c index f6c865246351..08e283cd57f8 100644 --- a/source3/winbindd/idmap_hash/idmap_hash.c +++ b/source3/winbindd/idmap_hash/idmap_hash.c @@ -24,6 +24,7 @@ #include "idmap_hash.h" #include "ads.h" #include "nss_info.h" +#include "../libcli/security/dom_sid.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 0613fdb596ff..a78a41eb1cc0 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -36,6 +36,7 @@ #include "idmap.h" #include "idmap_rw.h" #include "dbwrap.h" +#include "../libcli/security/dom_sid.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP