mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:47:21 +03:00
Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS
This commit is contained in:
parent
f26154bfa9
commit
b97606f0b0
4 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue