diff --git a/MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf b/MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf index ba8bf8a66e..3aa694d05c 100644 --- a/MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf +++ b/MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf @@ -19,7 +19,7 @@ FILE_GUID = 632D5625-B73D-43b8-AF30-8D225D96168E MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = PalCallLib + LIBRARY_CLASS = PalLib EDK_RELEASE_VERSION = 0x00020000 diff --git a/MdePkg/Library/BasePalCallLibNull/PalCall.c b/MdePkg/Library/BasePalCallLibNull/PalCall.c index 3772f70972..e13711abdf 100644 --- a/MdePkg/Library/BasePalCallLibNull/PalCall.c +++ b/MdePkg/Library/BasePalCallLibNull/PalCall.c @@ -13,7 +13,7 @@ **/ #include -#include +#include #include /**