From nobody Sun May 5 03:43:10 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1568353582; cv=none; d=zoho.com; s=zohoarc; b=YWNhJpPeM0y/aA0BzDBlgCVjlK6AMCCaQzaZU0bhL8MGVRJ1G2B79kYWo12dhYI7Vafzy0OYBvXVwFgpguf9Sc1oOR3hSU8knajlm0wwzsMnRG+ggnhDzIR0IqJii66T+zMW5hEki1341xzK8H+KyI6itfTRGnpR5mSkP3pynEs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568353582; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=gHSs2zH43VJuRF04f5KqRm2nHRgbtxd74M5/j9iM8UA=; b=EO3hi/1vjec6d7C9NugrZVuodjRVfeGy51PRyFO6e2lM+PTWN65qBEbsCQT02+iKtewj0L6YbK96ipEKhM9RHraT8UIXq0x5V/L1iNgVnQnUJOLQdBiSSDp62sRA5lee34/FSuGMKdapbzYeT/edtEhd67VCoGuFcREJ7qGSWHU= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1568353582537490.4727997580502; Thu, 12 Sep 2019 22:46:22 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8eOG-0006NX-Aw; Fri, 13 Sep 2019 05:45:04 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8eOE-0006NS-V6 for xen-devel@lists.xenproject.org; Fri, 13 Sep 2019 05:45:02 +0000 Received: from mx1.suse.de (unknown [195.135.220.15]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id a02d977c-d5e9-11e9-b299-bc764e2007e4; Fri, 13 Sep 2019 05:45:00 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B3797AEE3; Fri, 13 Sep 2019 05:44:59 +0000 (UTC) X-Inumbo-ID: a02d977c-d5e9-11e9-b299-bc764e2007e4 X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Juergen Gross To: xen-devel@lists.xenproject.org Date: Fri, 13 Sep 2019 07:44:35 +0200 Message-Id: <20190913054435.3662-1-jgross@suse.com> X-Mailer: git-send-email 2.16.4 Subject: [Xen-devel] [PATCH] xen: fix arm build with debugtrace configured X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Juergen Gross , Stefano Stabellini , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Tim Deegan , Julien Grall , Jan Beulich MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Add missing #includes. Signed-off-by: Juergen Gross Acked-by: Jan Beulich --- xen/common/debugtrace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/common/debugtrace.c b/xen/common/debugtrace.c index 5d22d431ad..7313e89389 100644 --- a/xen/common/debugtrace.c +++ b/xen/common/debugtrace.c @@ -11,7 +11,9 @@ #include #include #include +#include #include +#include #include #include =20 --=20 2.16.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel