]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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 0aaad88fadef313c51d192a7320044edb5e16721..b7555e0be929e67d301b5682e64c60810a86b147 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>