diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 06:27:08 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 06:27:08 +0000 |
commit | 9a833c8121167c72036d5c9a0c3559674fbe2513 (patch) | |
tree | c6224c5da8450c7362932a72f57522ae3f649676 /MdePkg | |
parent | 1875720816e430fc50972c3527577b78b14ca1c5 (diff) | |
download | edk2-platforms-9a833c8121167c72036d5c9a0c3559674fbe2513.tar.xz |
Add missing protocol header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6265 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h b/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h index d5fcb669f6..4b53f18eb9 100644 --- a/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h +++ b/MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h @@ -21,6 +21,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Uefi.h> #include <Protocol/DevicePath.h> +#include <Protocol/HiiConfigRouting.h>
+#include <Protocol/FormBrowser2.h>
#include <Library/DebugLib.h> #include <Library/BaseMemoryLib.h> |