r23330: always include "winbind_client.h" as first header
authorStefan Metzmacher <metze@samba.org>
Mon, 4 Jun 2007 08:03:46 +0000 (08:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:06 +0000 (12:23 -0500)
as it brings in "replace.h" this will bring in "config.h"

metze

source/nsswitch/winbind_nss_netbsd.c
source/nsswitch/winbind_nss_solaris.c

index 97eb0cc76d4b42253151863a3a8ca630ad37cde3..09385100ad3154daad1e59940b4fb4b3b33b3dd3 100644 (file)
    Boston, MA  02111-1307, USA.
 */
 
-#include <sys/param.h>
 
 #include "winbind_client.h"
 
+#include <sys/param.h>
 #include <stdarg.h>
 #include <syslog.h>
 
index 3b069d339f2b5cf446c3fa13c18e3cf1118d9e7c..fb63795d177818b55cf371b0b6100380cb99d1d7 100644 (file)
@@ -27,6 +27,7 @@
 
 #undef DEVELOPER
 
+#include "winbind_client.h"
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/param.h>
@@ -37,7 +38,6 @@
 #if !defined(HPUX)
 #include <sys/syslog.h>
 #endif /*hpux*/
-#include "winbind_nss_config.h"
 
 #if defined(HAVE_NSS_COMMON_H) || defined(HPUX)