diff options
Diffstat (limited to 'net/vde.h')
| -rw-r--r-- | net/vde.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/vde.h b/net/vde.h index 732e5756f6..5fc17f980e 100644 --- a/net/vde.h +++ b/net/vde.h @@ -26,10 +26,12 @@ #include "qemu-common.h" #include "qemu-option.h" +#include "qapi-types.h" #ifdef CONFIG_VDE -int net_init_vde(QemuOpts *opts, const char *name, VLANState *vlan); +int net_init_vde(QemuOpts *opts, const NetClientOptions *new_opts, + const char *name, VLANState *vlan); #endif /* CONFIG_VDE */ |