wireshark: fix aarch64-musl

This commit is contained in:
Alessio Sergi 2017-07-24 11:25:03 +02:00
parent 1d3d983e77
commit b34a4b2026
1 changed files with 10 additions and 0 deletions

View File

@ -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 <glib.h>
#include <glib/gprintf.h>
#include <stdlib.h>
+#include <sys/time.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>