diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-07-27 10:55:29 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-08-13 13:20:54 -0300 |
commit | ff2f990b8212c8822d6a2f66ab4baeb48dae86bd (patch) | |
tree | bcf016526007bb044656f5fdc0af542736ab936d /hmp.h | |
parent | 9aeaddff26d02633b228aceadecf36d28ac18823 (diff) | |
download | qemu-ff2f990b8212c8822d6a2f66ab4baeb48dae86bd.tar.gz qemu-ff2f990b8212c8822d6a2f66ab4baeb48dae86bd.tar.bz2 qemu-ff2f990b8212c8822d6a2f66ab4baeb48dae86bd.zip |
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>
Diffstat (limited to 'hmp.h')
-rw-r--r-- | hmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include "qemu-common.h" #include "qapi-types.h" +#include "qdict.h" void hmp_info_name(Monitor *mon); void hmp_info_version(Monitor *mon); |