Watcom has 'struct timeval'.

This commit is contained in:
Gisle Vanem 2004-12-17 17:49:10 +00:00
parent 83b709401c
commit 5c2d4a6bdd
1 changed files with 1 additions and 1 deletions

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;