diff options
author | Volker Lendecke <vl@samba.org> | 2018-03-10 15:31:11 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-04-11 01:06:39 +0200 |
commit | 39bdd175e94584504edeb9f1ccf11890185bfdbf (patch) | |
tree | ffe1b83afe1edb35f2033bf7af59c09c0d81a3cb /source3/libads/ldap.c | |
parent | 6c1e75f6b9284c9b2dd73ea0ea65fe54ebd3e272 (diff) | |
download | samba-39bdd175e94584504edeb9f1ccf11890185bfdbf.tar.gz |
libsmb: Give namequery.c its own header
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r-- | source3/libads/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index f9463043cc8..e8dcd1baa57 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -31,6 +31,7 @@ #include "../libcli/security/security.h" #include "../librpc/gen_ndr/netlogon.h" #include "lib/param/loadparm.h" +#include "libsmb/namequery.h" #ifdef HAVE_LDAP |