diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-16 02:57:03 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-16 02:57:03 +0000 |
commit | 551ed06f6004a8b0ae0581a75da8dfd8d0721807 (patch) | |
tree | 886ca51c98e5467e7450d9aeb0d95ccc7c74b740 /IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode | |
parent | 820dff10c79e28b7c230e0baebbea49cd12f9d9f (diff) | |
download | edk2-platforms-551ed06f6004a8b0ae0581a75da8dfd8d0721807.tar.xz |
Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3648 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode')
-rw-r--r-- | IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c index 9ff476ecde..6f4db10e88 100644 --- a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c +++ b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c @@ -15,7 +15,7 @@ #include <FrameworkPei.h>
-
+#include <FrameworkModuleBase.h>
#include <Guid/StatusCodeDataTypeId.h>
#include <Library/DebugLib.h>
|