From abcd4248c81763d6c6d7a8267b2eeb007fc64e2b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 17 Nov 2016 08:16:10 +0000 Subject: [PATCH] wireshark: fix musl build --- srcpkgs/wireshark/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/wireshark/patches/musl.patch diff --git a/srcpkgs/wireshark/patches/musl.patch b/srcpkgs/wireshark/patches/musl.patch new file mode 100644 index 0000000000..737c2ffb49 --- /dev/null +++ b/srcpkgs/wireshark/patches/musl.patch @@ -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 + #include + #include ++#include + + #ifdef HAVE_NETINET_IN_H + # include