diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 06:12:08 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 06:12:08 +0000 |
commit | 01aef47bbe11b3961da5136b064d947540a38060 (patch) | |
tree | 7955cd56359ba1a460f1bb2c7f856486d6228897 /MdePkg/Include/Protocol/DriverConfiguration2.h | |
parent | 7459094d5f6904a0c8445d97519f4a99b654ef43 (diff) | |
download | edk2-platforms-01aef47bbe11b3961da5136b064d947540a38060.tar.xz |
Fix missing include header file and fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5110 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DriverConfiguration2.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverConfiguration2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DriverConfiguration2.h b/MdePkg/Include/Protocol/DriverConfiguration2.h index c1011ba86b..e4417e1d95 100644 --- a/MdePkg/Include/Protocol/DriverConfiguration2.h +++ b/MdePkg/Include/Protocol/DriverConfiguration2.h @@ -15,6 +15,8 @@ #ifndef __EFI_DRIVER_CONFIGURATION2_H__
#define __EFI_DRIVER_CONFIGURATION2_H__
+#include <PiDxe.h>
+
//
// Global ID for the Driver Configuration Protocol defined in UEFI 2.0
//
|