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 qemu-dict.h header


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 07/25] monitor: Export qemu-dict.h header
Date: Tue, 28 Jul 2009 19:04:55 -0300

Command handlers will have to use qemu-dict functions, so export
qemu-dict.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..166afce 100644
--- a/monitor.h
+++ b/monitor.h
@@ -3,6 +3,7 @@
 
 #include "qemu-common.h"
 #include "qemu-char.h"
+#include "qemu-dict.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]