summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 09:36:12 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 09:36:58 +0100
commit27e4032287e72bd3b1299210a487a5c16c8ae143 (patch)
tree005a7afc246f33bc157d48ab313c2ff98d3a864d
parent52a49b448e4a9ccd3044b47a9efaf15f30fbd032 (diff)
downloadsamba-27e4032287e72bd3b1299210a487a5c16c8ae143.tar.gz
samba-27e4032287e72bd3b1299210a487a5c16c8ae143.tar.bz2
samba-27e4032287e72bd3b1299210a487a5c16c8ae143.zip
s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88
metze
-rw-r--r--source4/dsdb/samdb/ldb_modules/objectguid.c1
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map_outbound.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/objectguid.c b/source4/dsdb/samdb/ldb_modules/objectguid.c
index 46ba8ebdb3..afd878877b 100644
--- a/source4/dsdb/samdb/ldb_modules/objectguid.c
+++ b/source4/dsdb/samdb/ldb_modules/objectguid.c
@@ -35,6 +35,7 @@
#include "includes.h"
#include "ldb_module.h"
+#include "ldb_private.h"
#include "librpc/gen_ndr/ndr_misc.h"
#include "param/param.h"
diff --git a/source4/lib/ldb/ldb_map/ldb_map_outbound.c b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
index 327fa92f8d..edd3f77b66 100644
--- a/source4/lib/ldb/ldb_map/ldb_map_outbound.c
+++ b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
@@ -26,6 +26,7 @@
*/
#include "ldb_module.h"
+#include "ldb_private.h"
#include "ldb_map.h"
#include "ldb_map_private.h"