]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
wireshark: Fix missing bool_t on macOS
authorRoman Bolshakov <r.bolshakov@yadro.com>
Wed, 7 Oct 2020 12:20:34 +0000 (15:20 +0300)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 7 Oct 2020 17:17:53 +0000 (19:17 +0200)
The header has to be explicitly added to pull definition of bool_t and a
few other types. Otherwise packet-libvirt.c can't be compiled.

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
tools/wireshark/src/packet-libvirt.c

index 965f1f5482958220e50b35662820a54ea59d692d..f43919b05d8d32700634dd8a266683e3a2c5bcad 100644 (file)
@@ -21,6 +21,7 @@
 #include <wireshark/epan/proto.h>
 #include <wireshark/epan/packet.h>
 #include <wireshark/epan/dissectors/packet-tcp.h>
+#include <rpc/types.h>
 #include <rpc/xdr.h>
 #include "packet-libvirt.h"
 #include "internal.h"