Add another winsock2 include, for timeval in procmon.

This commit is contained in:
Nick Mathewson 2018-06-29 19:17:24 -04:00
parent 5921b23e15
commit ce940c8c09

View file

@ -22,6 +22,7 @@
#endif
#ifdef _WIN32
#include <winsock2.h>
#include <windows.h>
#endif