summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-25 11:47:39 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-25 11:47:39 +0000
commit4e896fefbb38960b70c6c9715bd9b22af6d875b2 (patch)
treea1f30e2555d0a3241600320cc751101e64cd939b /MdeModulePkg
parent7df0b5205e84d5ac5d8c4085413c19353f7255e6 (diff)
downloadedk2-4e896fefbb38960b70c6c9715bd9b22af6d875b2.zip
edk2-4e896fefbb38960b70c6c9715bd9b22af6d875b2.tar.gz
edk2-4e896fefbb38960b70c6c9715bd9b22af6d875b2.tar.bz2
Fix missing protocol header file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7686 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOver.h b/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOver.h
index 99b7dfc..1efb493 100644
--- a/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOver.h
+++ b/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOver.h
@@ -21,6 +21,7 @@
#include <Protocol/LoadedImage.h>
#include <Protocol/DevicePath.h>
#include <Protocol/BusSpecificDriverOverride.h>
+#include <Protocol/DriverBinding.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>