From: Stefan Metzmacher Date: Sat, 21 Oct 2017 12:15:12 +0000 (+0200) Subject: nsswitch: fix the developer build of nsswitch/wins.c on freebsd 11 X-Git-Tag: talloc-2.1.13~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc160247d13e2c63574a7e7ec7720fc4c690483b;p=thirdparty%2Fsamba.git 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 Reviewed-by: Björn Jacke --- 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