diff options
author | Dunrong Huang <riegamaths@gmail.com> | 2012-08-04 19:29:55 +0800 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-04 07:54:15 -0500 |
commit | 161abfb5f929184a68baa16701606015f5683722 (patch) | |
tree | 218428f8811e34866ee0b67cd7c911b421a12585 /hw/xen_backend.h | |
parent | 70678b82274309e9df98b8ce359118f36697cadb (diff) |
build: Fix build breakage detected by buildbot
More details:
http://buildbot.b1-systems.de/qemu/builders/xen_unstable/builds/83/steps/compile/logs/stdio
VLANState has been removed since commit a005d07, so "vlan id" should be
fetched using net_hub_id_for_client().
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/xen_backend.h')
-rw-r--r-- | hw/xen_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xen_backend.h b/hw/xen_backend.h index 3305630903..fea86dd78b 100644 --- a/hw/xen_backend.h +++ b/hw/xen_backend.h @@ -4,6 +4,7 @@ #include "xen_common.h" #include "sysemu.h" #include "net.h" +#include "net/hub.h" /* ------------------------------------------------------------- */ |