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>
This commit is contained in:
Roman Bolshakov 2020-10-07 15:20:34 +03:00 committed by Andrea Bolognani
parent 736b8637f6
commit 45006fa408

View 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"