qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 07/25] monitor: Export qdict.h header


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 07/25] monitor: Export qdict.h header
Date: Mon, 3 Aug 2009 13:57:04 -0300

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

Signed-off-by: Luiz Capitulino <address@hidden>
---
 monitor.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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;
-- 
1.6.4.rc3.12.gdf73a





reply via email to

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