diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 05:16:14 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 05:16:14 +0000 |
commit | 2a254b9046b5f33d0495a3e28deaff48cc64a76e (patch) | |
tree | 295e71b482807bb03720693fc2286843237216a5 /MdePkg/Include/Library/ReportStatusCodeLib.h | |
parent | 7dd8b919e8c7b8b63df22e13782af3b7e085f87f (diff) | |
download | edk2-platforms-2a254b9046b5f33d0495a3e28deaff48cc64a76e.tar.xz |
Fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5108 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/ReportStatusCodeLib.h')
-rw-r--r-- | MdePkg/Include/Library/ReportStatusCodeLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/ReportStatusCodeLib.h b/MdePkg/Include/Library/ReportStatusCodeLib.h index 2dfa8f839b..b07b4adaa9 100644 --- a/MdePkg/Include/Library/ReportStatusCodeLib.h +++ b/MdePkg/Include/Library/ReportStatusCodeLib.h @@ -15,6 +15,8 @@ #ifndef __REPORT_STATUS_CODE_LIB_H__
#define __REPORT_STATUS_CODE_LIB_H__
+#include <ProcessorBind.h>
+#include <Pi/PiMultiPhase.h>
#include <Protocol/DevicePath.h>
//
|