commit ce940c8c09b1a03ab9b4baa82ecff118d5835a8c Author: Nick Mathewson nickm@torproject.org Date: Fri Jun 29 19:17:24 2018 -0400
Add another winsock2 include, for timeval in procmon. --- src/common/procmon.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/common/procmon.c b/src/common/procmon.c index c1bee041f..9799594d3 100644 --- a/src/common/procmon.c +++ b/src/common/procmon.c @@ -22,6 +22,7 @@ #endif
#ifdef _WIN32 +#include <winsock2.h> #include <windows.h> #endif