mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
monitor: Export QDict header
Command handlers will have to use QDict functions, so export qdict.h through monitor.h. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f7188bbea7
commit
cdb0def36d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "qemu-char.h"
|
#include "qemu-char.h"
|
||||||
|
#include "qdict.h"
|
||||||
#include "block.h"
|
#include "block.h"
|
||||||
|
|
||||||
extern Monitor *cur_mon;
|
extern Monitor *cur_mon;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue