blob: 2d64c04fb19fddcd3ec040d48db42f3b8e8e5880 (
plain)
1
2
3
4
5
6
7
8
9
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>
|