From b34a4b20265165648ea8914d759f0db58aaf863e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 24 Jul 2017 11:25:03 +0200 Subject: [PATCH] wireshark: fix aarch64-musl --- srcpkgs/wireshark/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/srcpkgs/wireshark/patches/musl.patch b/srcpkgs/wireshark/patches/musl.patch index 05fb130fd07..bf8ef1cafda 100644 --- a/srcpkgs/wireshark/patches/musl.patch +++ b/srcpkgs/wireshark/patches/musl.patch @@ -8,3 +8,13 @@ #include "ui/failure_message.h" +--- extcap/udpdump.c.orig 2017-07-19 18:55:06.000000000 +0200 ++++ extcap/udpdump.c 2017-07-24 10:37:17.432127817 +0200 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + #ifdef HAVE_SYS_SOCKET_H + #include