X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiRuntimeServicesTableLib%2FUefiRuntimeServicesTableLib.c;h=3d493d5af4d987731b956647cde00452786de26b;hb=c7d265a94a3ee2517430e4f19f5b24482e5e7132;hp=7fb777348fe9bb3046bfdb6e221b909eee63afae;hpb=1a5589a183b11fcfa54a0c4b5496d80f233b1ceb;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c index 7fb777348f..3d493d5af4 100644 --- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c +++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c @@ -15,9 +15,17 @@ **/ // -// Include common header file for this module. +// The package level header files this module uses // -#include "CommonHeader.h" +#include +// +// The protocols, PPI and GUID defintions for this module +// +// +// The Library classes this module consumes +// +#include +#include EFI_RUNTIME_SERVICES *gRT = NULL;