mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Watcom has 'struct timeval'.
This commit is contained in:
parent
83b709401c
commit
5c2d4a6bdd
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
#ifndef HAVE_GETTIMEOFDAY
|
#ifndef HAVE_GETTIMEOFDAY
|
||||||
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__) && !defined(_AMIGASF) && \
|
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__) && !defined(_AMIGASF) && \
|
||||||
!defined(__LCC__)
|
!defined(__LCC__) && !defined(__WATCOMC__)
|
||||||
struct timeval {
|
struct timeval {
|
||||||
long tv_sec;
|
long tv_sec;
|
||||||
long tv_usec;
|
long tv_usec;
|
||||||
|
Loading…
Reference in New Issue
Block a user