diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-12-17 17:49:10 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-12-17 17:49:10 +0000 |
commit | 5c2d4a6bddbf83dec07afbb7991816e520d6c099 (patch) | |
tree | bd4909807500fbe0ed330f6f237ce2ee19daaa8b /lib/timeval.h | |
parent | 83b709401c7898ea01fde2e51ec8f536652d12da (diff) | |
download | curl-5c2d4a6bddbf83dec07afbb7991816e520d6c099.tar.gz |
Watcom has 'struct timeval'.
Diffstat (limited to 'lib/timeval.h')
-rw-r--r-- | lib/timeval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h index e83c99276..72595232d 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; |