* [Patch] MdePkg/PiMmCis.h: Fix build failure.
@ 2017-09-06 5:53 Eric Dong
2017-09-06 5:56 ` Gao, Liming
0 siblings, 1 reply; 2+ messages in thread
From: Eric Dong @ 2017-09-06 5:53 UTC (permalink / raw)
To: edk2-devel; +Cc: Liming Gao
Include the missed header file to fix build failure.
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
---
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 <Pi/PiMultiPhase.h>
#include <Protocol/MmCpuIo.h>
typedef struct _EFI_MM_SYSTEM_TABLE EFI_MM_SYSTEM_TABLE;
--
2.7.0.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch] MdePkg/PiMmCis.h: Fix build failure.
2017-09-06 5:53 [Patch] MdePkg/PiMmCis.h: Fix build failure Eric Dong
@ 2017-09-06 5:56 ` Gao, Liming
0 siblings, 0 replies; 2+ messages in thread
From: Gao, Liming @ 2017-09-06 5:56 UTC (permalink / raw)
To: Dong, Eric, edk2-devel@lists.01.org
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Eric
>Dong
>Sent: Wednesday, September 06, 2017 1:54 PM
>To: edk2-devel@lists.01.org
>Cc: Gao, Liming <liming.gao@intel.com>
>Subject: [edk2] [Patch] MdePkg/PiMmCis.h: Fix build failure.
>
>Include the missed header file to fix build failure.
>
>Cc: Liming Gao <liming.gao@intel.com>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Eric Dong <eric.dong@intel.com>
>---
> 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 <Pi/PiMultiPhase.h>
> #include <Protocol/MmCpuIo.h>
>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-06 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06 5:53 [Patch] MdePkg/PiMmCis.h: Fix build failure Eric Dong
2017-09-06 5:56 ` Gao, Liming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox