mirror of
https://github.com/curl/curl.git
synced 2026-05-01 20:08:05 +03:00
Watcom has 'struct timeval'.
This commit is contained in:
parent
83b709401c
commit
5c2d4a6bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue