diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-21 14:09:00 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-21 14:09:00 +0200 |
commit | 22314f9050851ddebd29bd63085d83f4fa5ba926 (patch) | |
tree | 70aeb915b2f32529e5008f7b8a11135fbdb15e5c /src/common/compat_time.c | |
parent | 852cff043b6f6561beb8021f3e8a05a327482d9a (diff) | |
download | tor-22314f9050851ddebd29bd63085d83f4fa5ba926.tar.gz tor-22314f9050851ddebd29bd63085d83f4fa5ba926.zip |
loony mingwcross bug: insist we dont have clock_gettime.
Diffstat (limited to 'src/common/compat_time.c')
-rw-r--r-- | src/common/compat_time.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <winsock2.h> #include <windows.h> #endif |