From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpiwJ-0004UB-8Z for qemu-devel@nongnu.org; Thu, 20 Jun 2013 13:46:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpiwG-0001wj-CV for qemu-devel@nongnu.org; Thu, 20 Jun 2013 13:46:31 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:39810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpiwG-0001wI-43 for qemu-devel@nongnu.org; Thu, 20 Jun 2013 13:46:28 -0400 Received: by mail-we0-f175.google.com with SMTP id t59so5557228wes.6 for ; Thu, 20 Jun 2013 10:46:27 -0700 (PDT) From: "=?UTF-8?q?Marc-Andr=C3=A9=20Lureau?=" Date: Thu, 20 Jun 2013 19:46:00 +0200 Message-Id: <1371750371-18491-2-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1371750371-18491-1-git-send-email-marcandre.lureau@redhat.com> References: <1371750371-18491-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 01/12] include: add missing config-host.h include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: spice-devel@lists.freedesktop.org, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Signed-off-by: Marc-André Lureau --- include/ui/qemu-spice.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ui/qemu-spice.h b/include/ui/qemu-spice.h index eba6d77..a92b2cf 100644 --- a/include/ui/qemu-spice.h +++ b/include/ui/qemu-spice.h @@ -18,6 +18,8 @@ #ifndef QEMU_SPICE_H #define QEMU_SPICE_H +#include "config-host.h" + #ifdef CONFIG_SPICE #include -- 1.8.3.rc1.49.g8d97506