summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-21 19:59:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-21 19:59:23 +0000
commitaddf29e6765393b25c35bd833d29e29e4581c233 (patch)
tree478f78053bf880bda21c0bb124f4572cad4bddfc /source/nsswitch
parent287b7bda11100c42f2cdea36a20a81f6ea397f43 (diff)
downloadsamba-addf29e6765393b25c35bd833d29e29e4581c233.tar.gz
samba-addf29e6765393b25c35bd833d29e29e4581c233.tar.xz
samba-addf29e6765393b25c35bd833d29e29e4581c233.zip
Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/winbind_nss_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nsswitch/winbind_nss_config.h b/source/nsswitch/winbind_nss_config.h
index b9c738211e1..00cd5c12e47 100644
--- a/source/nsswitch/winbind_nss_config.h
+++ b/source/nsswitch/winbind_nss_config.h
@@ -38,6 +38,10 @@
#include <unistd.h>
#endif
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif