summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-23 19:21:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-23 19:21:49 (GMT)
commite1336ed2d7bc4ba4959637cff6482c631a6e6bbb (patch)
tree8b48362c19dd64a00dcd1b87d2da39a6c7c77dd7 /Utilities
parent5fd54d79466f737409763f1c888abc23d50ade9d (diff)
downloadCMake-e1336ed2d7bc4ba4959637cff6482c631a6e6bbb.zip
CMake-e1336ed2d7bc4ba4959637cff6482c631a6e6bbb.tar.gz
CMake-e1336ed2d7bc4ba4959637cff6482c631a6e6bbb.tar.bz2
ENH: working on the mac
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmcurl-7.19.0/CMake/OtherTests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmcurl-7.19.0/CMake/OtherTests.cmake b/Utilities/cmcurl-7.19.0/CMake/OtherTests.cmake
index 9e0ded8..f04e97b 100644
--- a/Utilities/cmcurl-7.19.0/CMake/OtherTests.cmake
+++ b/Utilities/cmcurl-7.19.0/CMake/OtherTests.cmake
@@ -24,6 +24,7 @@ IF(HAVE_WINDOWS_H)
ELSE(HAVE_WINDOWS_H)
add_header_include(HAVE_SYS_TYPES_H "sys/types.h")
add_header_include(HAVE_SYS_SOCKET_H "sys/socket.h")
+ add_header_include(HAVE_SYS_TIME_H "sys/time.h")
ENDIF(HAVE_WINDOWS_H)
SET(EXTRA_DEFINES_BACKUP "${EXTRA_DEFINES}")