summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/select.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-12-09 09:10:53 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-12-09 09:10:53 +0000
commit737d67b27dda067c68de1b915d6e534c1de2dc15 (patch)
treeb69a18c2c866fa002a68ba6e21d645d09c984230 /otherlibs/unix/select.c
parent5d095a5e351af4c423cdfe9aad1d3d511ddcb8ed (diff)
Portage OpenBSD
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1835 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/select.c')
-rw-r--r--otherlibs/unix/select.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c
index c24756069..5cbf42ca1 100644
--- a/otherlibs/unix/select.c
+++ b/otherlibs/unix/select.c
@@ -23,6 +23,11 @@
#include <sys/time.h>
#ifdef HAS_SYS_SELECT_H
#include <sys/select.h>
+
+#endif
+
+#ifdef __OpenBSD__
+#include <string.h>
#endif
#ifdef FD_ISSET