Parcourir la source

Add another winsock2 include, for timeval in procmon.

Nick Mathewson il y a 6 ans
Parent
commit
ce940c8c09
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/common/procmon.c

+ 1 - 0
src/common/procmon.c

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