From nobody Tue May 7 01:56:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1489486845485745.066457324609; Tue, 14 Mar 2017 03:20:45 -0700 (PDT) Received: from localhost ([::1]:57534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnjZK-00028o-DY for importer@patchew.org; Tue, 14 Mar 2017 06:20:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnjYV-00027p-3w for qemu-devel@nongnu.org; Tue, 14 Mar 2017 06:19:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnjYU-0004du-EK for qemu-devel@nongnu.org; Tue, 14 Mar 2017 06:19:51 -0400 Received: from www145.your-server.de ([78.47.15.66]:60011) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cnjYP-0004bt-Bl; Tue, 14 Mar 2017 06:19:45 -0400 Received: from [88.198.220.132] (helo=sslproxy03.your-server.de) by www145.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2) (envelope-from ) id 1cnjYN-0007jv-HK; Tue, 14 Mar 2017 11:19:43 +0100 Received: from [141.89.226.146] (helo=parabola-pocket.hpi.uni-potsdam.de) by sslproxy03.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES128-GCM-SHA256:128) (Exim 4.84_2) (envelope-from ) id 1cnjYM-0002Qi-PH; Tue, 14 Mar 2017 11:19:43 +0100 From: Andreas Grapentin To: qemu-devel@nongnu.org Date: Tue, 14 Mar 2017 11:19:25 +0100 Message-Id: <20170314101925.16792-2-andreas@grapentin.org> X-Mailer: git-send-email 2.12.0 In-Reply-To: <20170314101925.16792-1-andreas@grapentin.org> References: <20170314101925.16792-1-andreas@grapentin.org> X-Authenticated-Sender: andreas@grapentin.org X-Virus-Scanned: Clear (ClamAV 0.99.2/23202/Tue Mar 14 05:13:46 2017) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 78.47.15.66 Subject: [Qemu-devel] [PATCH 1/1] major / minor macros are to be included from X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Andreas Grapentin Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" --- hw/9pfs/9p.c | 1 + qga/commands-posix.c | 1 + 2 files changed, 2 insertions(+) diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c index 76c9247c77..d9cfa8900e 100644 --- a/hw/9pfs/9p.c +++ b/hw/9pfs/9p.c @@ -12,6 +12,7 @@ */ =20 #include "qemu/osdep.h" +#include #include #include "hw/virtio/virtio.h" #include "qapi/error.h" diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 73d93eb5ce..9eecdd092c 100644 --- a/qga/commands-posix.c +++ b/qga/commands-posix.c @@ -14,6 +14,7 @@ #include "qemu/osdep.h" #include #include +#include #include #include "qga/guest-agent-core.h" #include "qga-qmp-commands.h" --=20 2.12.0