diff options
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLibInternal.h')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLibInternal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibInternal.h b/MdePkg/Library/UefiLib/UefiLibInternal.h index 82ba4c439e..b21e5d1559 100644 --- a/MdePkg/Library/UefiLib/UefiLibInternal.h +++ b/MdePkg/Library/UefiLib/UefiLibInternal.h @@ -21,6 +21,9 @@ #include <Protocol/DriverConfiguration.h>
#include <Protocol/DriverDiagnostics.h>
#include <Protocol/DriverDiagnostics2.h>
+#include <Protocol/FirmwareVolume2.h>
+#include <Protocol/LoadedImage.h>
+
#include <Guid/EventGroup.h>
#include <Guid/EventLegacyBios.h>
#include <Library/UefiLib.h>
@@ -32,4 +35,5 @@ #include <Library/PcdLib.h>
#include <Library/PrintLib.h>
+
#endif
|