Workaround for oddity in cygwin autoconf

svn:r2301
This commit is contained in:
Nick Mathewson 2004-08-19 17:21:17 +00:00
parent ffc8cbb3cd
commit 7979c0277d

View File

@ -26,7 +26,7 @@
#elif defined(_MSC_VER)
#include <winsock.h>
#endif
#ifndef HAVE_STRUCT_TIMEVAL_TV_SEC
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_STRUCT_TIMEVAL_TV_SEC)
struct timeval {
time_t tv_sec;
unsigned int tv_usec;