blob: b1fa7f71bbffd86401ded31a4def782855d5f379 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/common/socket_utils.cc b/common/socket_utils.cc
index 99a4a23..f7a872b 100644
--- a/common/socket_utils.cc
+++ b/common/socket_utils.cc
@@ -23,6 +23,7 @@
#include <cmath>
#include <limits>
+#include <sys/time.h>
using namespace std;
|