mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
Support Open Watcom C on Linux (as well as Windows).
This commit is contained in:
parent
bfaab6ed6b
commit
ee64d14733
3 changed files with 6 additions and 2 deletions
|
|
@ -71,7 +71,7 @@
|
|||
#ifndef _WIN32_WCE
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifndef __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