From: Andreas Schneider Date: Wed, 17 Feb 2016 10:41:47 +0000 (+0100) Subject: s4-libcli: Add missing ldb header X-Git-Tag: tevent-0.9.28~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f428caed4b1b79aa8de7a979cf84a57b1a34274;p=thirdparty%2Fsamba.git s4-libcli: Add missing ldb header Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c index 14a80af5935..863e5b66b9c 100644 --- a/source4/libcli/ldap/ldap_controls.c +++ b/source4/libcli/ldap/ldap_controls.c @@ -20,6 +20,9 @@ */ #include "includes.h" + +#include + #include "../lib/util/asn1.h" #include "libcli/ldap/libcli_ldap.h" #include "libcli/ldap/ldap_proto.h" diff --git a/source4/libcli/ldap/wscript_build b/source4/libcli/ldap/wscript_build index 1242673164e..4588233ed35 100644 --- a/source4/libcli/ldap/wscript_build +++ b/source4/libcli/ldap/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('cli-ldap', autoproto='ldap_proto.h', public_deps='samba-errors tevent', private_headers='libcli_ldap.h:ldap-util.h', - deps='cli_composite LIBSAMBA_TSOCKET samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common', + deps='cli_composite ldb LIBSAMBA_TSOCKET samba_socket NDR_SAMR LIBTLS ndr LP_RESOLVE gensec cli-ldap-common', private_library=True )