aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark/fix-androiddump.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-14 14:20:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-14 14:47:00 +0000
commit929d8744c21a0a42705fa002d2d97bd37ef72f51 (patch)
treeb673d3d5c14c6a831c067a1c8cde5e9c26ebdf10 /community/wireshark/fix-androiddump.patch
parentab67108128cbdfca14121240807dea3bb883c5ef (diff)
downloadaports-929d8744c21a0a42705fa002d2d97bd37ef72f51.tar.bz2
aports-929d8744c21a0a42705fa002d2d97bd37ef72f51.tar.xz
community/wireshark: move from main
Diffstat (limited to 'community/wireshark/fix-androiddump.patch')
-rw-r--r--community/wireshark/fix-androiddump.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/wireshark/fix-androiddump.patch b/community/wireshark/fix-androiddump.patch
new file mode 100644
index 0000000000..dbb72b8608
--- /dev/null
+++ b/community/wireshark/fix-androiddump.patch
@@ -0,0 +1,11 @@
+diff -ru wireshark-2.2.2.orig/extcap/androiddump.c wireshark-2.2.2/extcap/androiddump.c
+--- wireshark-2.2.2.orig/extcap/androiddump.c 2016-11-28 09:55:43.000000000 +0000
++++ wireshark-2.2.2/extcap/androiddump.c 2016-11-28 09:56:30.683553877 +0000
+@@ -30,6 +30,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <time.h>
++#include <sys/time.h>
+
+ #ifdef HAVE_NETINET_IN_H
+ # include <netinet/in.h>