mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:27:16 +03:00
Watcom doesn't have <sys/time.h>.
This commit is contained in:
parent
0aa704935b
commit
9a9041f1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
#ifndef _WIN32_WCE
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#if !defined(WIN32) || !defined(__WATCOMC__)
|
||||
#if !defined(WIN32) && !defined(__WATCOMC__)
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue