mirror of
https://github.com/curl/curl.git
synced 2026-07-23 07:57:17 +03:00
Watcom lacks <sys/time.h>.
This commit is contained in:
parent
dc9f154823
commit
6728bda5c5
1 changed files with 2 additions and 0 deletions
|
|
@ -158,7 +158,9 @@ extern "C" {
|
|||
#ifndef _WIN32_WCE
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifndef __WATCOMC__
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue