mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:43:39 +03:00
allow building libcurl for VxWorks
This commit is contained in:
parent
13fdb9d8a5
commit
00883822be
9 changed files with 1171 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue