From: Gisle Vanem Date: Fri, 17 Dec 2004 17:49:10 +0000 (+0000) Subject: Watcom has 'struct timeval'. X-Git-Tag: curl-7_12_3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2d4a6bddbf83dec07afbb7991816e520d6c099;p=thirdparty%2Fcurl.git Watcom has 'struct timeval'. --- diff --git a/lib/timeval.h b/lib/timeval.h index e83c992769..72595232d7 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -38,7 +38,7 @@ #ifndef HAVE_GETTIMEOFDAY #if !defined(_WINSOCKAPI_) && !defined(__MINGW32__) && !defined(_AMIGASF) && \ - !defined(__LCC__) + !defined(__LCC__) && !defined(__WATCOMC__) struct timeval { long tv_sec; long tv_usec;