qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT cdb0def] monitor: Export QDict header


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT cdb0def] monitor: Export QDict header
Date: Fri, 04 Sep 2009 14:44:00 -0000

From: Luiz Capitulino <address@hidden>

Command handlers will have to use QDict functions, so export
qdict.h through monitor.h.

Signed-off-by: Luiz Capitulino <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]