wireshark: fix musl build
This commit is contained in:
parent
505583b27b
commit
abcd4248c8
1 changed files with 10 additions and 0 deletions
10
srcpkgs/wireshark/patches/musl.patch
Normal file
10
srcpkgs/wireshark/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- extcap/androiddump.c.orig 2016-11-17 08:07:21.000000000 +0000
|
||||
+++ extcap/androiddump.c 2016-11-17 08:07:36.590061623 +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>
|
Loading…
Reference in a new issue