Commit ff2f990b authored by Luiz Capitulino's avatar Luiz Capitulino
Browse files

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: default avatarLuiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: default avatarMarkus Armbruster <armbru@redhat.com>
parent 9aeaddff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);