From: Nick Mathewson Date: Fri, 29 Jun 2018 23:17:24 +0000 (-0400) Subject: Add another winsock2 include, for timeval in procmon. X-Git-Tag: tor-0.3.5.1-alpha~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce940c8c09b1a03ab9b4baa82ecff118d5835a8c;p=thirdparty%2Ftor.git Add another winsock2 include, for timeval in procmon. --- diff --git a/src/common/procmon.c b/src/common/procmon.c index c1bee041f8..9799594d3e 100644 --- a/src/common/procmon.c +++ b/src/common/procmon.c @@ -22,6 +22,7 @@ #endif #ifdef _WIN32 +#include #include #endif