aports/community/xapian-core/timeval-t.patch
2016-07-12 12:50:55 +00:00

13 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;