summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-10-21 14:15:12 +0200
committerKarolin Seeger <kseeger@samba.org>2018-04-20 11:56:23 +0200
commit9e1b535d10b1cc3d8aa1fffa4cd33bba4d97a009 (patch)
treee2b1a4cdfc60c98b15dcfb913c833122aceb0174 /nsswitch
parentf0aa869b1b2f136d046a8d22634cbc77bbb2d14a (diff)
downloadsamba-9e1b535d10b1cc3d8aa1fffa4cd33bba4d97a009.tar.gz
nsswitch: fix the developer build of nsswitch/wins.c on freebsd 11
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13344 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Björn Jacke <bjacke@samba.org> (cherry picked from commit dc160247d13e2c63574a7e7ec7720fc4c690483b)
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wins.c b/nsswitch/wins.c
index 19d3c5b4fcc..72055f099b6 100644
--- a/nsswitch/wins.c
+++ b/nsswitch/wins.c
@@ -19,7 +19,7 @@
*/
#include "includes.h"
-#include "nsswitch/winbind_nss.h"
+#include "nsswitch/winbind_client.h"
#include "nsswitch/libwbclient/wbclient.h"
#ifdef HAVE_NS_API_H