This file uses the virNetDevBandwidth*Floor helpers without including the correct include, relying on virnetworkportdef.h to include it. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Fixes: 17f430eb5cfaaa3388077f2b0856f011f0b2a4c3 --- src/network/bridge_driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index fbc0bea238..00896fc87d 100644 --- a/src/network/bridge_driver.c +++ b/src/network/bridge_driver.c @@ -68,6 +68,8 @@ #include "virjson.h" #include "virnetworkportdef.h" +#include "netdev_bandwidth_conf.h" + #define VIR_FROM_THIS VIR_FROM_NETWORK #define MAX_BRIDGE_ID 256 -- 2.24.1