From patchwork Mon Nov 18 12:25:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= X-Patchwork-Id: 292052 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B5E6C2C00B3 for ; Mon, 18 Nov 2013 23:27:15 +1100 (EST) Received: from localhost ([::1]:42663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViNv7-0004IV-5L for incoming@patchwork.ozlabs.org; Mon, 18 Nov 2013 07:27:13 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViNuM-00042P-P1 for qemu-devel@nongnu.org; Mon, 18 Nov 2013 07:26:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViNuE-0006R9-8Z for qemu-devel@nongnu.org; Mon, 18 Nov 2013 07:26:26 -0500 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:34556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViNuE-0006R4-2K for qemu-devel@nongnu.org; Mon, 18 Nov 2013 07:26:18 -0500 Received: by mail-wi0-f176.google.com with SMTP id f4so3715247wiw.15 for ; Mon, 18 Nov 2013 04:26:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=KjfPcT/x/8KbNxv0l4Q3DAYxSokSGQjc6CkHzfpsnO0=; b=NPjmoZ2QQKaPcKYMWULXsl5VwXuIOCb6EYuLX3G+6fvRBhdEVhlWm0LSp43nDQgktP IByPy62rLj5ScglbpttrJCm8knt30BQm+zMk76gIXPKpXlOvz+blm8KuwEeh7JWfZ22S kXhAhhAZfhNn04BKOoPd1S96qG2oRJZvtLZ08R0Fh7lNU3b/jKwoj1PjnsSOEhQj3+JG pCrVsa48xQVBpAPPHQio3XQ5PgDaFjr92XdpxnadgyW8mlAqjsrVKSlB5f98OpTRYX9e wKbcoNTDTHU8i5J6JwG01vU7oUkCWOfUcmcSWnmQo3d2B71wxGk1pQ5iYxtEx0RfIiYj BrIQ== X-Received: by 10.180.97.5 with SMTP id dw5mr16606744wib.42.1384777577359; Mon, 18 Nov 2013 04:26:17 -0800 (PST) Received: from localhost (nat-pool-cdg-t.redhat.com. [209.132.186.20]) by mx.google.com with ESMTPSA id dj8sm23677214wid.2.2013.11.18.04.26.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Nov 2013 04:26:16 -0800 (PST) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Date: Mon, 18 Nov 2013 13:25:14 +0100 Message-Id: <1384777531-14635-5-git-send-email-marcandre.lureau@gmail.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1384777531-14635-1-git-send-email-marcandre.lureau@gmail.com> References: <1384777531-14635-1-git-send-email-marcandre.lureau@gmail.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::230 Cc: kwolf@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , jcody@redhat.com, kraxel@redhat.com, spice-devel@freedesktop.org Subject: [Qemu-devel] [PATCH 04/21] include: add missing config-host.h include X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Marc-André Lureau 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 86c75c7..a93b4b2 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