From 3ae5b71629df7d43801b59d8460970e924ae0b85 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jun 2007 08:03:46 +0000 Subject: r23330: always include "winbind_client.h" as first header as it brings in "replace.h" this will bring in "config.h" metze (This used to be commit d0b7b77fc437288d2e14099209bfd435bd7f1da4) --- source3/nsswitch/winbind_nss_netbsd.c | 2 +- source3/nsswitch/winbind_nss_solaris.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbind_nss_netbsd.c b/source3/nsswitch/winbind_nss_netbsd.c index 97eb0cc76d..09385100ad 100644 --- a/source3/nsswitch/winbind_nss_netbsd.c +++ b/source3/nsswitch/winbind_nss_netbsd.c @@ -22,10 +22,10 @@ Boston, MA 02111-1307, USA. */ -#include #include "winbind_client.h" +#include #include #include diff --git a/source3/nsswitch/winbind_nss_solaris.c b/source3/nsswitch/winbind_nss_solaris.c index 3b069d339f..fb63795d17 100644 --- a/source3/nsswitch/winbind_nss_solaris.c +++ b/source3/nsswitch/winbind_nss_solaris.c @@ -27,6 +27,7 @@ #undef DEVELOPER +#include "winbind_client.h" #include #include #include @@ -37,7 +38,6 @@ #if !defined(HPUX) #include #endif /*hpux*/ -#include "winbind_nss_config.h" #if defined(HAVE_NSS_COMMON_H) || defined(HPUX) -- cgit