summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-11-07 07:13:44 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:42 +0100
commit523445cdaa118fd9cb61d63d1a71a0762b98cdcf (patch)
treefb55d44597f4826a088f9dc821286f6896a46cbd /source4/lib/ldb
parent2cb22d93ae0eef86a4bcf0fe5f7fb138e43db880 (diff)
downloadsamba-523445cdaa118fd9cb61d63d1a71a0762b98cdcf.tar.gz
samba-523445cdaa118fd9cb61d63d1a71a0762b98cdcf.tar.bz2
samba-523445cdaa118fd9cb61d63d1a71a0762b98cdcf.zip
r25893: Fix ldb, tdb builds (and one warning).
Jeremy. (This used to be commit 52b26645b04a9c5fb70e7b869b60c9157f821d50)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
index b5e6472054..51e72c1c0f 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -1,6 +1,8 @@
#if (_SAMBA_BUILD_ == 3)
#include "tdb/include/tdb.h"
#else
+#include "replace.h"
+#include "system/wait.h"
#include "tdb.h"
#endif