Reviewed-by: Liming Gao <[email protected]>
>-----Original Message----- >From: edk2-devel [mailto:[email protected]] On Behalf Of Eric >Dong >Sent: Wednesday, September 06, 2017 1:54 PM >To: [email protected] >Cc: Gao, Liming <[email protected]> >Subject: [edk2] [Patch] MdePkg/PiMmCis.h: Fix build failure. > >Include the missed header file to fix build failure. > >Cc: Liming Gao <[email protected]> >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Eric Dong <[email protected]> >--- > 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 >[email protected] >https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

