mirror of https://gitee.com/openkylin/libvirt.git
bridge: include netdev_bandwidth_conf.h
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@redhat.com>
Fixes: 17f430eb5c
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ec646c1665
commit
018306f73f
|
@ -69,6 +69,8 @@
|
|||
#include "virnetworkportdef.h"
|
||||
#include "virutil.h"
|
||||
|
||||
#include "netdev_bandwidth_conf.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NETWORK
|
||||
#define MAX_BRIDGE_ID 256
|
||||
|
||||
|
|
Loading…
Reference in New Issue