mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
hmp: hmp.h: include qdict.h
hmp.h is relying on qdict.h being provided by qapi-types.h. Fix this, as a future commit will change qapi-types.h not to provide qdict.h. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
9aeaddff26
commit
ff2f990b82
1 changed files with 1 additions and 0 deletions
1
hmp.h
1
hmp.h
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "qapi-types.h"
|
#include "qapi-types.h"
|
||||||
|
#include "qdict.h"
|
||||||
|
|
||||||
void hmp_info_name(Monitor *mon);
|
void hmp_info_name(Monitor *mon);
|
||||||
void hmp_info_version(Monitor *mon);
|
void hmp_info_version(Monitor *mon);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue