summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-03-10 15:31:11 +0100
committerJeremy Allison <jra@samba.org>2018-04-11 01:06:39 +0200
commit39bdd175e94584504edeb9f1ccf11890185bfdbf (patch)
treeffe1b83afe1edb35f2033bf7af59c09c0d81a3cb /source3/libads
parent6c1e75f6b9284c9b2dd73ea0ea65fe54ebd3e272 (diff)
downloadsamba-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')
-rw-r--r--source3/libads/kerberos.c1
-rw-r--r--source3/libads/ldap.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c
index 82f118a021e..e623f2456a8 100644
--- a/source3/libads/kerberos.c
+++ b/source3/libads/kerberos.c
@@ -22,6 +22,7 @@
*/
#include "includes.h"
+#include "libsmb/namequery.h"
#include "system/filesys.h"
#include "smb_krb5.h"
#include "../librpc/gen_ndr/ndr_misc.h"
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