ソースを参照

Add another winsock2 include, for timeval in procmon.

Nick Mathewson 6 年 前
コミット
ce940c8c09
1 ファイル変更1 行追加0 行削除
  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