summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-15 22:23:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-15 22:23:37 (GMT)
commit0aa05cf71422c972f15279514fe2318961a847f4 (patch)
tree242b3ef1001fe81e7560673ce282419b726c4c68 /Utilities/cmcurl
parent64fc597de292228b244a3ab18a33bcd8488e09d6 (diff)
downloadCMake-0aa05cf71422c972f15279514fe2318961a847f4.zip
CMake-0aa05cf71422c972f15279514fe2318961a847f4.tar.gz
CMake-0aa05cf71422c972f15279514fe2318961a847f4.tar.bz2
ENH: missed this one, cmake now bootstraps on HAIKU
Diffstat (limited to 'Utilities/cmcurl')
-rw-r--r--Utilities/cmcurl/select.c2
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