From patchwork Sun Dec 23 21:25:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 207990 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 12B182C007D for ; Mon, 24 Dec 2012 08:25:32 +1100 (EST) Received: from localhost ([::1]:59410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tmt33-0006PE-Id for incoming@patchwork.ozlabs.org; Sun, 23 Dec 2012 16:25:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tmt2v-0006OW-GK for qemu-devel@nongnu.org; Sun, 23 Dec 2012 16:25:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tmt2u-0002Ql-G1 for qemu-devel@nongnu.org; Sun, 23 Dec 2012 16:25:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tmt2u-0002Qd-8B; Sun, 23 Dec 2012 16:25:20 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBNLPIpC018503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 23 Dec 2012 16:25:19 -0500 Received: from garlic.redhat.com (vpn1-4-179.ams2.redhat.com [10.36.4.179]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qBNLPB7C007048; Sun, 23 Dec 2012 16:25:13 -0500 From: Alon Levy To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Date: Sun, 23 Dec 2012 23:25:09 +0200 Message-Id: <1356297909-4446-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: pbonzini@redhat.com Subject: [Qemu-devel] [PATCH] usb/redirect.c: unbreak compilation due to include/char/char.h 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 Broken since: commit 927d4878b0ff319ed87fed9363f314613b0a5ed9 Author: Paolo Bonzini Date: Mon Dec 17 18:20:05 2012 +0100 softmmu: move remaining include files to include/ subdirectories Signed-off-by: Alon Levy --- hw/usb/redirect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index b65e868..0abe1ff 100644 --- a/hw/usb/redirect.c +++ b/hw/usb/redirect.c @@ -30,6 +30,7 @@ #include "monitor/monitor.h" #include "sysemu/sysemu.h" #include "qemu/iov.h" +#include "char/char.h" #include #include