projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aeaddf
)
hmp: hmp.h: include qdict.h
author
Luiz Capitulino
<lcapitulino@redhat.com>
Fri, 27 Jul 2012 13:55:29 +0000
(10:55 -0300)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Mon, 13 Aug 2012 16:20:54 +0000
(13:20 -0300)
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>
hmp.h
patch
|
blob
|
history
diff --git
a/hmp.h
b/hmp.h
index 8d2b0d76dace6bb292fa80b5aa77d057fd6a019e..3275522bdccf7035ec39fd1a748be5131f32bfa0 100644
(file)
--- 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);