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
1 changed files with 1 additions and 1 deletions

View File

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