diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-27 13:52:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:14:50 -0500 |
commit | d18ec9fac82c09d14abb712eff88eceb2f5f6438 (patch) | |
tree | d9fde243331b62463d9d45bce87b8d51dcf65fd8 | |
parent | 2279881bd47e7869b3e488f85d3317dbaddbf0dd (diff) | |
download | samba-d18ec9fac82c09d14abb712eff88eceb2f5f6438.tar.gz samba-d18ec9fac82c09d14abb712eff88eceb2f5f6438.tar.bz2 samba-d18ec9fac82c09d14abb712eff88eceb2f5f6438.zip |
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)
-rw-r--r-- | source3/nsswitch/winbind_nss_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |