Skip to content

Commit

Permalink
Portage OpenBSD
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1835 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Dec 9, 1997
1 parent 5d095a5 commit 737d67b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions otherlibs/threads/scheduler.c
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions otherlibs/unix/select.c
Expand Up @@ -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
Expand Down

0 comments on commit 737d67b

Please sign in to comment.