summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-18 01:21:35 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-18 01:21:35 +0200
commit4657f52c06c947d57f01722cb140b55306fa94d3 (patch)
tree0629519573af20488bb4c761b83e944f5333e5df /source4/lib
parent76bf5a4edeecd366da58fdb1f64a023d1f2a8461 (diff)
downloadsamba-4657f52c06c947d57f01722cb140b55306fa94d3.tar.gz
samba-4657f52c06c947d57f01722cb140b55306fa94d3.tar.bz2
samba-4657f52c06c947d57f01722cb140b55306fa94d3.zip
Fix build with system LDB.
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb-samba/ldif_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c
index d895f09757..30be444048 100644
--- a/source4/lib/ldb-samba/ldif_handlers.c
+++ b/source4/lib/ldb-samba/ldif_handlers.c
@@ -22,7 +22,7 @@
*/
#include "includes.h"
-#include "ldb_private.h"
+#include "lib/ldb/include/ldb_private.h"
#include "ldb_handlers.h"
#include "dsdb/samdb/samdb.h"
#include "librpc/gen_ndr/ndr_security.h"