Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ Changelog Daniel Fandrich (2 Jul 2008) - Support Open Watcom C on Linux (as well as Windows). Yang Tse (2 Jul 2008) - The previously committed fix for bug report #1999181 prevented using the monotonic clock on any system without an always supported POSIX compliant Loading include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 lib/if2ip.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ Changelog Daniel Fandrich (2 Jul 2008) - Support Open Watcom C on Linux (as well as Windows). Yang Tse (2 Jul 2008) - The previously committed fix for bug report #1999181 prevented using the monotonic clock on any system without an always supported POSIX compliant Loading
include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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
lib/if2ip.c +2 −1 Original line number Diff line number Diff line Loading @@ -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