diff options
| author | Yang Tse <yangsita@gmail.com> | 2009-06-04 19:11:11 +0000 |
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2009-06-04 19:11:11 +0000 |
| commit | 00883822be245d2660a569e6bde38892b9433aa2 (patch) | |
| tree | fa514c8150d6e40853498f9779f4fd68f907fda3 /include | |
| parent | 13fdb9d8a56deff52eb16bce6b78e6710a42958a (diff) | |
allow building libcurl for VxWorks
Diffstat (limited to 'include')
| -rw-r--r-- | include/curl/curl.h | 2 |
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> |
