summaryrefslogtreecommitdiff
path: root/lib/select.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-26 15:09:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-26 15:09:28 +0000
commitb97606f0b044abc9a299ef78e3096bf06dcd8870 (patch)
tree1ba65946001e1af49b8e195bbe453c5175ed9c94 /lib/select.c
parentf26154bfa99cd53b8fb87589f7cf1bd8663d1da4 (diff)
downloadcurl-b97606f0b044abc9a299ef78e3096bf06dcd8870.tar.gz
Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS
Diffstat (limited to 'lib/select.c')
-rw-r--r--lib/select.c2
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