aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-04 19:11:11 +0000
committerYang Tse <yangsita@gmail.com>2009-06-04 19:11:11 +0000
commit00883822be245d2660a569e6bde38892b9433aa2 (patch)
treefa514c8150d6e40853498f9779f4fd68f907fda3 /include
parent13fdb9d8a56deff52eb16bce6b78e6710a42958a (diff)
allow building libcurl for VxWorks
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 65b27ba5b..05df0f1c9 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -73,7 +73,7 @@
#ifndef _WIN32_WCE
#include <sys/socket.h>
#endif
-#if !defined(WIN32) && !defined(__WATCOMC__)
+#if !defined(WIN32) && !defined(__WATCOMC__) && !defined(__VXWORKS__)
#include <sys/time.h>
#endif
#include <sys/types.h>