Portage OpenBSD

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1835 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1997-12-09 09:10:53 +00:00
parent 5d095a5e35
commit 737d67b27d
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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