diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-26 03:14:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:14 +0100 |
commit | 339ad9ea223a9cfc1fd4ff58e94fdc3063983038 (patch) | |
tree | 1773cbb4955522fcf4c1825fdd20bfe4b3b2c04e /source4/lib/ldb-samba | |
parent | 7f7bc26445ceb6af8c9d0c8a745b5beac90efd3d (diff) | |
download | samba-339ad9ea223a9cfc1fd4ff58e94fdc3063983038.tar.gz samba-339ad9ea223a9cfc1fd4ff58e94fdc3063983038.tar.bz2 samba-339ad9ea223a9cfc1fd4ff58e94fdc3063983038.zip |
r26129: Specify path explicitly in case an external ldb installation is used.
(This used to be commit b86a6105ed27779c700f03175768978654081598)
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index 13f9c19fb4..faf3cad2d0 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -22,8 +22,7 @@ */ #include "includes.h" -#include "ldb_includes.h" -#include "ldb_handlers.h" +#include "lib/ldb/include/ldb_includes.h" #include "librpc/gen_ndr/ndr_security.h" #include "librpc/gen_ndr/ndr_misc.h" |