From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9dzM-0001Uc-U9 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 10:55:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9dyv-0006BS-ST for qemu-devel@nongnu.org; Mon, 19 Mar 2012 10:55:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9dyv-0006B6-Jx for qemu-devel@nongnu.org; Mon, 19 Mar 2012 10:54:45 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2JEsiFC013582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Mar 2012 10:54:44 -0400 Received: from blackpad.lan.raisama.net (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q2JEsgqB013882 for ; Mon, 19 Mar 2012 10:54:43 -0400 From: Eduardo Habkost Date: Mon, 19 Mar 2012 11:54:41 -0300 Message-Id: <1332168883-9961-2-git-send-email-ehabkost@redhat.com> In-Reply-To: <1332168883-9961-1-git-send-email-ehabkost@redhat.com> References: <1332168883-9961-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 1/3] qemu-config.h: include qemu-option.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org It uses QemuOptList, so it needs qemu-option.h to be included. Signed-off-by: Eduardo Habkost --- qemu-config.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/qemu-config.h b/qemu-config.h index 20d707f..ba7796c 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -1,6 +1,8 @@ #ifndef QEMU_CONFIG_H #define QEMU_CONFIG_H +#include "qemu-option.h" + extern QemuOptsList qemu_fsdev_opts; extern QemuOptsList qemu_virtfs_opts; extern QemuOptsList qemu_spice_opts; -- 1.7.3.2