diff options
Diffstat (limited to 'MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c')
-rw-r--r-- | MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c index 3d493d5af4..3ef317f14c 100644 --- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c +++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c @@ -27,6 +27,8 @@ #include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/DebugLib.h>
+#include "UefiRuntimeServicesTableLibInternal.h"
+
EFI_RUNTIME_SERVICES *gRT = NULL;
/**
|