diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 12:06:02 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 12:06:02 +0000 |
commit | 0b9e63930568ecbc793b3aea9542933e5ad6c3f4 (patch) | |
tree | 2901c64fa2935415d39ee1425cdaac688546e25a /MdeModulePkg/Application | |
parent | 1ba692112f01031abff425d8afe0e7ee67f7c2d9 (diff) | |
download | edk2-platforms-0b9e63930568ecbc793b3aea9542933e5ad6c3f4.tar.xz |
Add missing protocol header files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7688 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Application')
-rw-r--r-- | MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c index 9310375d21..3fe9cb28fd 100644 --- a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c +++ b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c @@ -37,6 +37,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h>
#include <Protocol/DevicePathToText.h>
+#include <Protocol/DevicePath.h>
+
#include <Guid/GlobalVariable.h>
#include <Library/BaseLib.h>
|