summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_become_dc.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-06-16 13:43:38 +0200
committerAndreas Schneider <asn@samba.org>2010-06-16 14:07:28 +0200
commit6dbcffb51d979094cbdac80df5e9480475230137 (patch)
tree31a1405822da012949a811433981bb48dde26ca3 /source4/libnet/libnet_become_dc.c
parent8843eea2e06736f27080eedab883ffc51feacb33 (diff)
downloadsamba-6dbcffb51d979094cbdac80df5e9480475230137.tar.gz
samba-6dbcffb51d979094cbdac80df5e9480475230137.tar.bz2
samba-6dbcffb51d979094cbdac80df5e9480475230137.zip
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 <asn@samba.org>
Diffstat (limited to 'source4/libnet/libnet_become_dc.c')
-rw-r--r--source4/libnet/libnet_become_dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_become_dc.c b/source4/libnet/libnet_become_dc.c
index 16ffb5c77d..d64e415f8c 100644
--- a/source4/libnet/libnet_become_dc.c
+++ b/source4/libnet/libnet_become_dc.c
@@ -23,7 +23,7 @@
#include "libcli/cldap/cldap.h"
#include "lib/ldb/include/ldb.h"
#include "lib/ldb/include/ldb_errors.h"
-#include "lib/ldb_wrap.h"
+#include "ldb_wrap.h"
#include "dsdb/samdb/samdb.h"
#include "../libds/common/flags.h"
#include "librpc/gen_ndr/ndr_drsuapi_c.h"