From 64e9f79587916c0e8e9079636e3a2ab60ea2b455 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Oct 2010 15:55:47 +0200 Subject: s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104 --- source3/winbindd/idmap_tdb2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/idmap_tdb2.c') diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 0613fdb596..a78a41eb1c 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 -- cgit