Portage OpenBSD
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1835 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
5d095a5e35
commit
737d67b27d
|
@ -32,6 +32,10 @@
|
|||
#include "Cannot compile libthreads, system calls missing"
|
||||
#endif
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue