From: Luiz Capitulino Date: Fri, 28 Aug 2009 18:27:11 +0000 (-0300) Subject: monitor: Export QDict header X-Git-Tag: v0.12.0-rc0~1320 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdb0def36d51d908b60772cd541d90fc63c4e945;p=thirdparty%2Fqemu.git monitor: Export QDict header Command handlers will have to use QDict functions, so export qdict.h through monitor.h. Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- diff --git a/monitor.h b/monitor.h index f6a43c01898..c7d2d0bca0a 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;