]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
bridge: include netdev_bandwidth_conf.h
authorJán Tomko <jtomko@redhat.com>
Sat, 22 Feb 2020 15:57:50 +0000 (16:57 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 25 Feb 2020 16:46:45 +0000 (17:46 +0100)
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: 17f430eb5cfaaa3388077f2b0856f011f0b2a4c3
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/network/bridge_driver.c

index d7edeeb7349aa4c9906ac39dea10689404242881..369e80a8895b795568eead1af56104930747607f 100644 (file)
@@ -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