diff options
author | Tim <tim@nsr500.net> | 2019-12-24 09:38:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-24 09:40:11 +0700 |
commit | 761db1767585e30d2d3854ab6359ce64092d0144 (patch) | |
tree | a6006bbb7195373fac9f6f314b1d80948da69ca6 /network/wireshark/wireshark.patch | |
parent | f325135c33f66f87f1b22bece05f14859b5d46bb (diff) |
network/wireshark: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wireshark/wireshark.patch')
-rw-r--r-- | network/wireshark/wireshark.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/wireshark/wireshark.patch b/network/wireshark/wireshark.patch new file mode 100644 index 0000000000000..2d64c04fb19fd --- /dev/null +++ b/network/wireshark/wireshark.patch @@ -0,0 +1,10 @@ +--- wireshark-3.2.0/sharkd_session.c.orig 2019-12-24 07:18:33.288976163 +0700 ++++ wireshark-3.2.0/sharkd_session.c 2019-12-24 07:18:52.448168808 +0700 +@@ -16,6 +16,7 @@ + #include <stdarg.h> + #include <string.h> + #include <errno.h> ++#include <stdint.h> + + #include <glib.h> + |