summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-28 06:27:08 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-28 06:27:08 +0000
commit9a833c8121167c72036d5c9a0c3559674fbe2513 (patch)
treec6224c5da8450c7362932a72f57522ae3f649676
parent1875720816e430fc50972c3527577b78b14ca1c5 (diff)
downloadedk2-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
-rw-r--r--MdePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h2
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>