From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4F8AE2095BB66 for ; Tue, 5 Sep 2017 22:53:28 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2017 22:56:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,482,1498546800"; d="scan'208";a="147980956" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 05 Sep 2017 22:56:17 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Sep 2017 22:56:17 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Sep 2017 22:56:16 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.39]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Wed, 6 Sep 2017 13:56:15 +0800 From: "Gao, Liming" To: "Dong, Eric" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch] MdePkg/PiMmCis.h: Fix build failure. Thread-Index: AQHTJtSHqvVtpRoSkkONZ2Gx3s6wCKKnXAbA Date: Wed, 6 Sep 2017 05:56:15 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D78AA48@shsmsx102.ccr.corp.intel.com> References: <1504677221-8644-1-git-send-email-eric.dong@intel.com> In-Reply-To: <1504677221-8644-1-git-send-email-eric.dong@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] MdePkg/PiMmCis.h: Fix build failure. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2017 05:53:28 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Eri= c >Dong >Sent: Wednesday, September 06, 2017 1:54 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [edk2] [Patch] MdePkg/PiMmCis.h: Fix build failure. > >Include the missed header file to fix build failure. > >Cc: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Eric Dong >--- > MdePkg/Include/Pi/PiMmCis.h | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/MdePkg/Include/Pi/PiMmCis.h b/MdePkg/Include/Pi/PiMmCis.h >index b066d49..84eb29f 100644 >--- a/MdePkg/Include/Pi/PiMmCis.h >+++ b/MdePkg/Include/Pi/PiMmCis.h >@@ -16,6 +16,7 @@ > #ifndef _PI_MMCIS_H_ > #define _PI_MMCIS_H_ > >+#include > #include > > typedef struct _EFI_MM_SYSTEM_TABLE EFI_MM_SYSTEM_TABLE; >-- >2.7.0.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel