aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/curl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 670c45f02..af56f7aec 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -158,7 +158,9 @@ extern "C" {
#ifndef _WIN32_WCE
#include <sys/socket.h>
#endif
+#ifndef __WATCOMC__
#include <sys/time.h>
+#endif
#include <sys/types.h>
#endif