diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 13:36:00 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 13:36:00 +0000 |
commit | 1a5589a183b11fcfa54a0c4b5496d80f233b1ceb (patch) | |
tree | b692fde5047e70feac9597b0833dfe7350273e23 | |
parent | 4b120077b15ced60f0fcc97807eef04f8755cba5 (diff) | |
download | edk2-platforms-1a5589a183b11fcfa54a0c4b5496d80f233b1ceb.tar.xz |
Add dependent protocol:"Protocol/DevicePath.h".
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2722 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Protocol/DriverBinding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DriverBinding.h b/MdePkg/Include/Protocol/DriverBinding.h index 5f5d90963e..d561797312 100644 --- a/MdePkg/Include/Protocol/DriverBinding.h +++ b/MdePkg/Include/Protocol/DriverBinding.h @@ -17,6 +17,7 @@ #ifndef __EFI_DRIVER_BINDING_H__
#define __EFI_DRIVER_BINDING_H__
+#include <Protocol/DevicePath.h>
//
// Global ID for the ControllerHandle Driver Protocol
//
|