diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-06-18 01:21:35 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-18 01:21:35 +0200 |
commit | 4657f52c06c947d57f01722cb140b55306fa94d3 (patch) | |
tree | 0629519573af20488bb4c761b83e944f5333e5df /source4/lib/ldb-samba | |
parent | 76bf5a4edeecd366da58fdb1f64a023d1f2a8461 (diff) | |
download | samba-4657f52c06c947d57f01722cb140b55306fa94d3.tar.gz samba-4657f52c06c947d57f01722cb140b55306fa94d3.tar.xz samba-4657f52c06c947d57f01722cb140b55306fa94d3.zip |
Fix build with system LDB.
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 2 |
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 d895f097576..30be444048a 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" |