mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22: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)
|
#elif defined(_MSC_VER)
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_STRUCT_TIMEVAL_TV_SEC
|
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_STRUCT_TIMEVAL_TV_SEC)
|
||||||
struct timeval {
|
struct timeval {
|
||||||
time_t tv_sec;
|
time_t tv_sec;
|
||||||
unsigned int tv_usec;
|
unsigned int tv_usec;
|
||||||
|
Loading…
Reference in New Issue
Block a user