diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 19:17:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 19:17:24 -0400 |
commit | ce940c8c09b1a03ab9b4baa82ecff118d5835a8c (patch) | |
tree | 856fe6a6562eaf855f2f1962557dc9605ad5853b /src/common | |
parent | 5921b23e1596ef05ac58e1c450949936a2a41bed (diff) | |
download | tor-ce940c8c09b1a03ab9b4baa82ecff118d5835a8c.tar.gz tor-ce940c8c09b1a03ab9b4baa82ecff118d5835a8c.zip |
Add another winsock2 include, for timeval in procmon.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/procmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <winsock2.h> #include <windows.h> #endif |