aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-07-02 18:34:00 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-07-02 18:34:00 +0000
commitee64d14733266ce533eeb3cbc86bd80212527b81 (patch)
tree1d9261aa07888f7a67b5daee45428fe01caf4c3d /include
parentbfaab6ed6bb3e8865cd8dd60375fbdc39203a862 (diff)
Support Open Watcom C on Linux (as well as Windows).
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 349a37714..8182e9c28 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -71,7 +71,7 @@
#ifndef _WIN32_WCE
#include <sys/socket.h>
#endif
-#ifndef __WATCOMC__
+#if !defined(WIN32) || !defined(__WATCOMC__)
#include <sys/time.h>
#endif
#include <sys/types.h>