aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark/fix-androiddump.patch
blob: dbb72b86084db341d8a485f8abd6a83cbbf23eef (plain)
1
2
3
4
5
6
7
8
9
10
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>