From 22314f9050851ddebd29bd63085d83f4fa5ba926 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Jul 2016 14:09:00 +0200 Subject: loony mingwcross bug: insist we dont have clock_gettime. --- src/common/compat_time.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/compat_time.c') diff --git a/src/common/compat_time.c b/src/common/compat_time.c index 58916825cb..011bc9e2a4 100644 --- a/src/common/compat_time.c +++ b/src/common/compat_time.c @@ -13,6 +13,7 @@ #include "compat.h" #ifdef _WIN32 +#undef HAVE_CLOCK_GETTIME #include #include #endif -- cgit v1.2.3-54-g00ecf