| Submitter | Luiz Capitulino |
|---|---|
| Date | Aug. 3, 2009, 4:57 p.m. |
| Message ID | <1249318642-19324-8-git-send-email-lcapitulino@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/30660/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/monitor.h b/monitor.h index f6a43c0..c7d2d0b 100644 --- a/monitor.h +++ b/monitor.h @@ -3,6 +3,7 @@ #include "qemu-common.h" #include "qemu-char.h" +#include "qdict.h" #include "block.h" extern Monitor *cur_mon;
Command handlers will have to use qdict functions, so export qdict.h through monitor.h. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> --- monitor.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)