From 6dbcffb51d979094cbdac80df5e9480475230137 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 16 Jun 2010 13:43:38 +0200 Subject: s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider --- source4/utils/net/drs/net_drs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/utils/net/drs/net_drs.c') diff --git a/source4/utils/net/drs/net_drs.c b/source4/utils/net/drs/net_drs.c index c174bf4f98..578b6f2fc3 100644 --- a/source4/utils/net/drs/net_drs.c +++ b/source4/utils/net/drs/net_drs.c @@ -24,7 +24,7 @@ #include "librpc/gen_ndr/ndr_drsuapi_c.h" #include "utils/net/drs/net_drs.h" #include "lib/ldb/include/ldb.h" -#include "lib/ldb_wrap.h" +#include "ldb_wrap.h" #include "system/filesys.h" -- cgit