From 4657f52c06c947d57f01722cb140b55306fa94d3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 18 Jun 2009 01:21:35 +0200 Subject: Fix build with system LDB. --- source4/lib/ldb-samba/ldif_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') 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" -- cgit