summaryrefslogtreecommitdiff
path: root/source4/lib/db_wrap.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-11 16:06:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:26 -0500
commit4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174 (patch)
tree09080bf683be3dc6f0b4e678b6bd27c48af52447 /source4/lib/db_wrap.c
parentbea4fc3af2b6945db14f38981371ad3c8f9ba64a (diff)
downloadsamba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.tar.gz
samba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.tar.bz2
samba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.zip
r25084: Move samba-specific code out of lib/ldb directory.
(This used to be commit 917bd737cb07817664d9088860588d47525f5ff8)
Diffstat (limited to 'source4/lib/db_wrap.c')
-rw-r--r--source4/lib/db_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c
index ad797fe6a0..92e4758f44 100644
--- a/source4/lib/db_wrap.c
+++ b/source4/lib/db_wrap.c
@@ -32,7 +32,7 @@
#include "lib/tdb/include/tdb.h"
#include "lib/ldb/include/ldb.h"
#include "lib/ldb/include/ldb_errors.h"
-#include "lib/ldb/samba/ldif_handlers.h"
+#include "lib/ldb-samba/ldif_handlers.h"
#include "db_wrap.h"
#include "dsdb/samdb/samdb.h"
#include "param/param.h"