Author: metze Date: 2006-09-27 13:52:14 +0000 (Wed, 27 Sep 2006) New Revision: 18955
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18955 Log: fix the build on solaris where unistd.h needs to be includes before socket_wrapper defined ioctl swrap_ioctl metze Modified: branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h Changeset: Modified: branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h =================================================================== --- branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h 2006-09-27 13:24:57 UTC (rev 18954) +++ branches/SAMBA_3_0/source/nsswitch/winbind_nss_config.h 2006-09-27 13:52:14 UTC (rev 18955) @@ -37,8 +37,8 @@ #endif #include "system/passwd.h" +#include "system/filesys.h" #include "system/network.h" -#include "system/filesys.h" #include "nsswitch/winbind_nss.h"
