mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Workaround for oddity in cygwin autoconf
svn:r2301
This commit is contained in:
parent
ffc8cbb3cd
commit
7979c0277d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user