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