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