]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
Enable Intel IPF compilation for MdePkg.
[mirror_edk2.git] / MdePkg / Library / UefiBootServicesTableLib / UefiBootServicesTableLib.c
index bf77adf49c66103a57f059cffd8fb1f31e331285..3493c643f7c701a35e45d5f35013b42d1adb4a10 100644 (file)
@@ -26,6 +26,7 @@
 //\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/DebugLib.h>\r
+#include "UefiBootServicesTableLibInternal.h"\r
 \r
 EFI_HANDLE         gImageHandle = NULL;\r
 EFI_SYSTEM_TABLE   *gST         = NULL;\r
@@ -33,7 +34,7 @@ EFI_BOOT_SERVICES  *gBS         = NULL;
 \r
 /**\r
   The constructor function caches the pointer of Boot Services Table.\r
-  \r
+    \r
   The constructor function caches the pointer of Boot Services Table through System Table.\r
   It will ASSERT() if the pointer of System Table is NULL.\r
   It will ASSERT() if the pointer of Boot Services Table is NULL.\r