From patchwork Thu Feb 18 22:10:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Cooper X-Patchwork-Id: 8354801 Return-Path: X-Original-To: patchwork-xen-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 056559F727 for ; Thu, 18 Feb 2016 22:17:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3614420373 for ; Thu, 18 Feb 2016 22:17:30 +0000 (UTC) Received: from lists.xen.org (lists.xenproject.org [50.57.142.19]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 59D422034F for ; Thu, 18 Feb 2016 22:17:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xen.org) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWWqe-0007Xg-3e; Thu, 18 Feb 2016 22:14:56 +0000 Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWWqc-0007XX-CQ for xen-devel@lists.xen.org; Thu, 18 Feb 2016 22:14:54 +0000 Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id 40/F5-32641-D5246C65; Thu, 18 Feb 2016 22:14:53 +0000 X-Env-Sender: prvs=8491ce0b8=Andrew.Cooper3@citrix.com X-Msg-Ref: server-6.tower-31.messagelabs.com!1455833692!23468120!1 X-Originating-IP: [66.165.176.89] X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n, received_headers: No Received headers X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 36876 invoked from network); 18 Feb 2016 22:14:52 -0000 Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89) by server-6.tower-31.messagelabs.com with SMTP; 18 Feb 2016 22:14:52 -0000 X-IronPort-AV: E=Sophos;i="5.22,467,1449532800"; d="scan'208";a="332752588" From: Andrew Cooper To: Xen-devel Date: Thu, 18 Feb 2016 22:10:09 +0000 Message-ID: <1455833409-19139-1-git-send-email-andrew.cooper3@citrix.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 X-DLP: MIA1 Cc: Wei Liu , Ian Campbell , Andrew Cooper , Doug Goldstein , Jan Beulich , Ian Jackson Subject: [Xen-devel] [PATCH] hvmloader: Use xen/errno.h rather than the host systems errno.h X-BeenThere: xen-devel@lists.xen.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Andrew Cooper Reviewed-by: Doug Goldstein Reviewed-by: Konrad Rzeszutek Wilk --- CC: Jan Beulich CC: Ian Campbell CC: Ian Jackson CC: Wei Liu CC: Doug Goldstein --- tools/firmware/hvmloader/xenbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware/hvmloader/xenbus.c b/tools/firmware/hvmloader/xenbus.c index d0ed993..947d865 100644 --- a/tools/firmware/hvmloader/xenbus.c +++ b/tools/firmware/hvmloader/xenbus.c @@ -27,7 +27,7 @@ #include "util.h" #include "hypercall.h" -#include +#include #include #include #include