ENH: missed this one, cmake now bootstraps on HAIKU

This commit is contained in:
Bill Hoffman 2008-09-15 18:23:37 -04:00
parent 64fc597de2
commit 0aa05cf714

View File

@ -39,7 +39,7 @@
#error "We can't compile without select() support!" #error "We can't compile without select() support!"
#endif #endif
#ifdef __BEOS__ #if defined(__BEOS__) && !defined(__HAIKU__)
/* BeOS has FD_SET defined in socket.h */ /* BeOS has FD_SET defined in socket.h */
#include <socket.h> #include <socket.h>
#endif #endif