aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Robertson <danlrobertson89@gmail.com>2018-02-06 13:06:31 +0000
committerAnthony G. Basile <blueness@gentoo.org>2018-02-08 16:51:10 -0500
commit5671e71700933b27761147dc65c2f6a74ab6bb7c (patch)
tree6e78e4733204b7af211ad460573d33fea5627d22
parentsys-apps/iucode_tool: version bump to 2.3.1 (diff)
downloadmusl-5671e717.tar.gz
musl-5671e717.tar.bz2
musl-5671e717.zip
net-analyzer/wireshark: patch same as upstream
Make the patch the same as what is in the upstream project.
-rw-r--r--net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch b/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch
index 097e989e..d00cac4d 100644
--- a/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch
+++ b/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch
@@ -6,8 +6,8 @@ index 44cc24e1db..1310e37e61 100644
#include <unistd.h>
#endif
-+#ifdef HAVE_SYS_TYPES_H
-+ #include <sys/types.h>
++#ifdef HAVE_SYS_TIME_H
++ #include <sys/time.h>
+#endif
+
#ifdef HAVE_ARPA_INET_H