Browse Source

ENH: working on the mac

Bill Hoffman 17 years ago
parent
commit
e1336ed2d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Utilities/cmcurl-7.19.0/CMake/OtherTests.cmake

+ 1 - 0
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}")