summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/select.c')
-rw-r--r--otherlibs/unix/select.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c
index 674184b17..8923e130f 100644
--- a/otherlibs/unix/select.c
+++ b/otherlibs/unix/select.c
@@ -26,10 +26,8 @@
#ifdef HAS_SYS_SELECT_H
#include <sys/select.h>
#endif
-
-#if defined(__OpenBSD__) || defined(__MACH__)
#include <string.h>
-#endif
+#include <unistd.h>
typedef fd_set file_descr_set;