diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2009-08-28 15:27:11 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 09:37:30 -0500 |
commit | cdb0def36d51d908b60772cd541d90fc63c4e945 (patch) | |
tree | 77e5d6c0ce8dde7b0f95a532db483c1ecea7b809 /monitor.h | |
parent | f7188bbea7aa83ff7def23f7fcd03b8fdafc6066 (diff) |
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>
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include "qemu-common.h" #include "qemu-char.h" +#include "qdict.h" #include "block.h" extern Monitor *cur_mon; |