From 339ad9ea223a9cfc1fd4ff58e94fdc3063983038 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 26 Nov 2007 03:14:28 +0100 Subject: r26129: Specify path explicitly in case an external ldb installation is used. (This used to be commit b86a6105ed27779c700f03175768978654081598) --- source4/lib/ldb-samba/ldif_handlers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/lib/ldb-samba') 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" -- cgit