Author: jelmer Date: 2007-11-26 03:14:28 +0000 (Mon, 26 Nov 2007) New Revision: 26129
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26129 Log: Specify path explicitly in case an external ldb installation is used. Modified: branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c Changeset: Modified: branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c =================================================================== --- branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c 2007-11-26 02:31:53 UTC (rev 26128) +++ branches/SAMBA_4_0/source/lib/ldb-samba/ldif_handlers.c 2007-11-26 03:14:28 UTC (rev 26129) @@ -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"
