diff options
author | Eric Dong <eric.dong@intel.com> | 2013-08-09 08:07:26 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-08-09 08:07:26 +0000 |
commit | 9b141c52e33fbbbc3763c983dd70a338d60e496a (patch) | |
tree | 7fb5573ec7e6840bc285d4b6ac82568a8c73e6b8 /MdeModulePkg/Include/Protocol/DisplayProtocol.h | |
parent | b9feb4bdf281bcd9c61d9b089c379f265664674b (diff) | |
download | edk2-platforms-9b141c52e33fbbbc3763c983dd70a338d60e496a.tar.xz |
Check in the missing code.
Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14538 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Protocol/DisplayProtocol.h')
-rw-r--r-- | MdeModulePkg/Include/Protocol/DisplayProtocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/DisplayProtocol.h b/MdeModulePkg/Include/Protocol/DisplayProtocol.h index 3be85667d3..d4f0debf9c 100644 --- a/MdeModulePkg/Include/Protocol/DisplayProtocol.h +++ b/MdeModulePkg/Include/Protocol/DisplayProtocol.h @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __DISPLAY_PROTOCOL_H__
#define __DISPLAY_PROTOCOL_H__
-#include <Protocol\FormBrowser2.h>
+#include <Protocol/FormBrowser2.h>
#define EDKII_FORM_DISPLAY_ENGINE_PROTOCOL_GUID \
{ 0x9bbe29e9, 0xfda1, 0x41ec, { 0xad, 0x52, 0x45, 0x22, 0x13, 0x74, 0x2d, 0x2e } }
|