diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-12 12:50:55 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-12 12:50:55 +0000 |
commit | b6a54da9928a0712221a5f09ad9d5d3b5a6e3b46 (patch) | |
tree | ca17ef03e134a3d7f04e372db28771d8bc3f2540 /community/xapian-core/timeval-t.patch | |
parent | 24c8e686f48dfeaf865563e81e4dbb4c1dcd991a (diff) | |
download | aports-b6a54da9928a0712221a5f09ad9d5d3b5a6e3b46.tar.bz2 aports-b6a54da9928a0712221a5f09ad9d5d3b5a6e3b46.tar.xz |
community/xapian-core: moved from main
Diffstat (limited to 'community/xapian-core/timeval-t.patch')
-rw-r--r-- | community/xapian-core/timeval-t.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/xapian-core/timeval-t.patch b/community/xapian-core/timeval-t.patch new file mode 100644 index 0000000000..b1fa7f71bb --- /dev/null +++ b/community/xapian-core/timeval-t.patch @@ -0,0 +1,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; + |