diff options
Diffstat (limited to 'otherlibs/unix/select.c')
-rw-r--r-- | otherlibs/unix/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c index 5db3341bd..674184b17 100644 --- a/otherlibs/unix/select.c +++ b/otherlibs/unix/select.c @@ -27,7 +27,7 @@ #include <sys/select.h> #endif -#ifdef __OpenBSD__ +#if defined(__OpenBSD__) || defined(__MACH__) #include <string.h> #endif |