summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/select.c
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2002-01-20 16:30:56 +0000
committerDamien Doligez <damien.doligez-inria.fr>2002-01-20 16:30:56 +0000
commit83206b7f08eb12ef089f3e7b51bbdd7e78684c06 (patch)
treef0b92c46023dc28324e18b16b1c5fb17ddf7fb81 /otherlibs/unix/select.c
parentc988e25c39431972a95d6cbe31c6b34d8a9e6b9e (diff)
ajout includes pour MacOS X
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4285 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/select.c')
-rw-r--r--otherlibs/unix/select.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c
index 674184b17..8923e130f 100644
--- a/otherlibs/unix/select.c
+++ b/otherlibs/unix/select.c
@@ -26,10 +26,8 @@
#ifdef HAS_SYS_SELECT_H
#include <sys/select.h>
#endif
-
-#if defined(__OpenBSD__) || defined(__MACH__)
#include <string.h>
-#endif
+#include <unistd.h>
typedef fd_set file_descr_set;