summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/ldb_tdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 15:16:31 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 15:16:31 +0200
commit7111645d3c46e55b2c180e3db0ba8a3c670a3c31 (patch)
tree2c68d65b55dc5829939fbd960742da6cd35de9db /source3/lib/ldb/ldb_tdb
parentec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff)
downloadsamba-7111645d3c46e55b2c180e3db0ba8a3c670a3c31.tar.gz
samba-7111645d3c46e55b2c180e3db0ba8a3c670a3c31.tar.bz2
samba-7111645d3c46e55b2c180e3db0ba8a3c670a3c31.zip
Use single copy of tdb in both samba3 and samba4.
Diffstat (limited to 'source3/lib/ldb/ldb_tdb')
-rw-r--r--source3/lib/ldb/ldb_tdb/ldb_tdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ldb/ldb_tdb/ldb_tdb.h b/source3/lib/ldb/ldb_tdb/ldb_tdb.h
index 42f3dc2421..486d948fa0 100644
--- a/source3/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/source3/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -6,7 +6,7 @@
#if (_SAMBA_BUILD_ >= 4)
#include "lib/tdb/include/tdb.h"
#elif defined(_SAMBA_BUILD_)
-#include "tdb/include/tdb.h"
+#include "../tdb/include/tdb.h"
#else
#include "tdb.h"
#endif