From 9e1b535d10b1cc3d8aa1fffa4cd33bba4d97a009 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 21 Oct 2017 14:15:12 +0200 Subject: nsswitch: fix the developer build of nsswitch/wins.c on freebsd 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=13344 Signed-off-by: Stefan Metzmacher Reviewed-by: Björn Jacke (cherry picked from commit dc160247d13e2c63574a7e7ec7720fc4c690483b) --- nsswitch/wins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch') 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 -- cgit v1.2.1