From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgLxH-0003JH-Bg for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:06:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgLxC-0003Bt-HF for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:06:38 -0400 Received: from [199.232.76.173] (port=45805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgLxC-0003BU-7C for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:06:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61551) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgLxB-0000hv-Ma for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:06:33 -0400 From: Luiz Capitulino Date: Wed, 26 Aug 2009 14:05:31 -0300 Message-Id: <1251306352-31316-9-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1251306352-31316-1-git-send-email-lcapitulino@redhat.com> References: <1251306352-31316-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 08/29] monitor: Export QDict header List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, avi@redhat.com Command handlers will have to use QDict functions, so export qdict.h through monitor.h. Signed-off-by: Luiz Capitulino --- 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.1.184.g2e117