mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-14 03:39:53 +03:00
12 lines
255 B
Diff
12 lines
255 B
Diff
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;
|
|
|