From cdb0def36d51d908b60772cd541d90fc63c4e945 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Fri, 28 Aug 2009 15:27:11 -0300 Subject: 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 --- monitor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index f6a43c018..c7d2d0bca 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; -- cgit v1.2.3-65-gdbad