diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-02 18:34:00 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-02 18:34:00 +0000 |
commit | ee64d14733266ce533eeb3cbc86bd80212527b81 (patch) | |
tree | 1d9261aa07888f7a67b5daee45428fe01caf4c3d /lib/if2ip.c | |
parent | bfaab6ed6bb3e8865cd8dd60375fbdc39203a862 (diff) | |
download | curl-ee64d14733266ce533eeb3cbc86bd80212527b81.tar.gz |
Support Open Watcom C on Linux (as well as Windows).
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r-- | lib/if2ip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c index 18696e9e7..94a09c11e 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -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> |