diff options
Diffstat (limited to 'lib/select.c')
-rw-r--r-- | lib/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/select.c b/lib/select.c index 847933ee9..7d6a6234f 100644 --- a/lib/select.c +++ b/lib/select.c @@ -34,7 +34,7 @@ #error "We can't compile without select() or poll() support." #endif -#ifdef __BEOS__ +#if defined(__BEOS__) && !defined(__HAIKU__) /* BeOS has FD_SET defined in socket.h */ #include <socket.h> #endif |