diff options
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 |