From d18ec9fac82c09d14abb712eff88eceb2f5f6438 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 27 Sep 2006 13:52:14 +0000 Subject: r18955: fix the build on solaris where unistd.h needs to be includes before socket_wrapper defined ioctl swrap_ioctl metze (This used to be commit e43d1f6c17c8a44c989a57309b8378c1dd8f591c) --- source3/nsswitch/winbind_nss_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbind_nss_config.h b/source3/nsswitch/winbind_nss_config.h index 8ca51c9287..d595631362 100644 --- a/source3/nsswitch/winbind_nss_config.h +++ b/source3/nsswitch/winbind_nss_config.h @@ -37,8 +37,8 @@ #endif #include "system/passwd.h" -#include "system/network.h" #include "system/filesys.h" +#include "system/network.h" #include "nsswitch/winbind_nss.h" -- cgit