[tor/master] Add another winsock2 include, for timeval in procmon.

29 Jun
2018
29 Jun
'18
11:17 p.m.
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
2518
Age (days ago)
2518
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org