summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiRuntimeLib
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 08:53:58 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 08:53:58 +0000
commit8a017eaf33986b0ca5e5f10a4aad8fb3811a36a5 (patch)
tree89f3be1c4df5213305e5701ec63dea1a02af4ee4 /MdePkg/Library/UefiRuntimeLib
parent7f18c1638e87a42db1accf36c7160bc7ca6608da (diff)
downloadedk2-8a017eaf33986b0ca5e5f10a4aad8fb3811a36a5.tar.gz
edk2-8a017eaf33986b0ca5e5f10a4aad8fb3811a36a5.tar.bz2
edk2-8a017eaf33986b0ca5e5f10a4aad8fb3811a36a5.zip
Convert msa to inf for UefiRuntimeLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2799 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib')
-rw-r--r--MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h b/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h
index 223ad40f9d..84fc1dc3af 100644
--- a/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h
+++ b/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h
@@ -20,6 +20,11 @@ Abstract:
#ifndef __RUNTIMELIBINTERNAL_H__
#define __RUNTIMELIBINTERNAL_H__
+//
+// Include common header file for this module.
+//
+#include "CommonHeader.h"
+
extern EFI_RUNTIME_SERVICES *mRT;
#endif //__RUNTIMELIBINTERNAL_H__