diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-12-09 09:10:53 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-12-09 09:10:53 +0000 |
commit | 737d67b27dda067c68de1b915d6e534c1de2dc15 (patch) | |
tree | b69a18c2c866fa002a68ba6e21d645d09c984230 /otherlibs/unix/select.c | |
parent | 5d095a5e351af4c423cdfe9aad1d3d511ddcb8ed (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.c | 5 |
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 |