public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [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

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