Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS

This commit is contained in:
Daniel Stenberg 2008-05-26 15:09:28 +00:00
parent f26154bfa9
commit b97606f0b0
4 changed files with 15 additions and 2 deletions

View file

@ -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