Watcom doesn't have <sys/time.h>.
authorGisle Vanem <gvanem@broadpark.no>
Wed, 13 Aug 2008 08:32:22 +0000 (08:32 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Wed, 13 Aug 2008 08:32:22 +0000 (08:32 +0000)
include/curl/curl.h

index 0aaad88..b7555e0 100644 (file)
@@ -77,7 +77,7 @@
 #ifndef _WIN32_WCE
 #include <sys/socket.h>
 #endif
-#if !defined(WIN32) || !defined(__WATCOMC__)
+#if !defined(WIN32) && !defined(__WATCOMC__)
 #include <sys/time.h>
 #endif
 #include <sys/types.h>