diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-31 12:38:05 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-31 12:38:05 +0000 |
commit | b25e8149f587bc5ec8a3a216f54beca990897363 (patch) | |
tree | f70f7c4c678eedfcba04f9b1b5523040b43f6ec3 /MdePkg/Include | |
parent | d58f90fb9f4b48a82ec4f1c5b46c9f6a8a579f55 (diff) | |
download | edk2-b25e8149f587bc5ec8a3a216f54beca990897363.zip edk2-b25e8149f587bc5ec8a3a216f54beca990897363.tar.gz edk2-b25e8149f587bc5ec8a3a216f54beca990897363.tar.bz2 |
add in <Guid/PcAnsi.h>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3514 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/DevicePath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h index f7db9a3..9b40530 100644 --- a/MdePkg/Include/Protocol/DevicePath.h +++ b/MdePkg/Include/Protocol/DevicePath.h @@ -19,6 +19,8 @@ #ifndef __EFI_DEVICE_PATH_PROTOCOL_H__
#define __EFI_DEVICE_PATH_PROTOCOL_H__
+#include <Guid/PcAnsi.h>
+
//
// Device Path protocol
//
|