r18955: fix the build on solaris where unistd.h needs to be includes before
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Sep 2006 13:52:14 +0000 (13:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:14:50 +0000 (12:14 -0500)
socket_wrapper defined ioctl swrap_ioctl

metze
(This used to be commit e43d1f6c17c8a44c989a57309b8378c1dd8f591c)

source3/nsswitch/winbind_nss_config.h

index 8ca51c9287000233a986721ba2824a7082a2ec68..d595631362b27c15f4f2ab3d9f6c5b4bca3f1322 100644 (file)
@@ -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"