From b97606f0b044abc9a299ef78e3096bf06dcd8870 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 26 May 2008 15:09:28 +0000 Subject: Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS --- lib/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/select.c') 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 #endif -- cgit v1.2.3