allow building libcurl for VxWorks

This commit is contained in:
Yang Tse 2009-06-04 19:11:11 +00:00
parent 13fdb9d8a5
commit 00883822be
9 changed files with 1171 additions and 17 deletions

View file

@ -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>