summaryrefslogtreecommitdiff
path: root/hmp.h
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2012-07-27 10:55:29 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2012-08-13 13:20:54 -0300
commitff2f990b8212c8822d6a2f66ab4baeb48dae86bd (patch)
treebcf016526007bb044656f5fdc0af542736ab936d /hmp.h
parent9aeaddff26d02633b228aceadecf36d28ac18823 (diff)
downloadqemu-ff2f990b8212c8822d6a2f66ab4baeb48dae86bd.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h
index 8d2b0d76da..3275522bdc 100644
--- a/hmp.h
+++ b/hmp.h
@@ -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);