1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

Watcom has 'struct timeval'.

This commit is contained in:
Gisle Vanem 2004-12-17 17:49:10 +00:00
parent 83b709401c
commit 5c2d4a6bdd

View File

@ -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;