Commit 7979c027 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Workaround for oddity in cygwin autoconf


svn:r2301
parent ffc8cbb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;