]> git.ipfire.org Git - thirdparty/libvirt.git/commit
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)
commit45006fa408cd24e62dcd94fa023edb04ca7b4627
treef7520218144633be1b9c9c6d91c2cc31f3a3f118
parent736b8637f691242fd688cf726d22f79d0eb300d3
wireshark: Fix missing bool_t on macOS

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