11 lines
203 B
Diff
11 lines
203 B
Diff
|
--- common/socket_utils.cc.orig
|
||
|
+++ common/socket_utils.cc
|
||
|
@@ -28,6 +28,7 @@ using namespace std;
|
||
|
|
||
|
#ifndef __WIN32__
|
||
|
# include <sys/socket.h>
|
||
|
+# include <sys/time.h>
|
||
|
#else
|
||
|
# include "safeerrno.h"
|
||
|
|