mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:03:38 +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
|
|
@ -39,7 +39,8 @@
|
|||
*/
|
||||
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN__) && \
|
||||
!defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) && \
|
||||
!defined(__AMIGA__) && !defined(__minix) && !defined(__SYMBIAN32__)
|
||||
!defined(__AMIGA__) && !defined(__minix) && !defined(__SYMBIAN32__) && \
|
||||
!defined(__WATCOMC__)
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue