diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-15 22:23:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-15 22:23:37 (GMT) |
commit | 0aa05cf71422c972f15279514fe2318961a847f4 (patch) | |
tree | 242b3ef1001fe81e7560673ce282419b726c4c68 /Utilities | |
parent | 64fc597de292228b244a3ab18a33bcd8488e09d6 (diff) | |
download | CMake-0aa05cf71422c972f15279514fe2318961a847f4.zip CMake-0aa05cf71422c972f15279514fe2318961a847f4.tar.gz CMake-0aa05cf71422c972f15279514fe2318961a847f4.tar.bz2 |
ENH: missed this one, cmake now bootstraps on HAIKU
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmcurl/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/select.c b/Utilities/cmcurl/select.c index 04a6fda..d3967ed 100644 --- a/Utilities/cmcurl/select.c +++ b/Utilities/cmcurl/select.c @@ -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 |