summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorMichael Kinney <michael.d.kinney@intel.com>2017-01-04 09:06:32 -0800
committerMichael Kinney <michael.d.kinney@intel.com>2017-01-10 12:31:28 -0800
commit0f705029d91559030bfa5f505daca57dcefd1a2e (patch)
tree5bc8508ae8fdacea4cd5b9880e1386e08abc30d7 /MdePkg/Include
parent7328295cb247f420e0c465c19184c13ccbed5416 (diff)
downloadedk2-0f705029d91559030bfa5f505daca57dcefd1a2e.tar.gz
edk2-0f705029d91559030bfa5f505daca57dcefd1a2e.tar.bz2
edk2-0f705029d91559030bfa5f505daca57dcefd1a2e.zip
MdePkg/Include: Add include file to FileHandleLib.h
FileHandleLib.h uses the data type EFI_FILE_INFO, so this library class should include <Guid/FileInfo.h>. Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Library/FileHandleLib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/FileHandleLib.h b/MdePkg/Include/Library/FileHandleLib.h
index e94f83e343..f3423d841c 100644
--- a/MdePkg/Include/Library/FileHandleLib.h
+++ b/MdePkg/Include/Library/FileHandleLib.h
@@ -1,7 +1,7 @@
/** @file
Provides interface to EFI_FILE_HANDLE functionality.
- Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -16,6 +16,7 @@
#define _FILE_HANDLE_LIBRARY_HEADER_
#include <Protocol/SimpleFileSystem.h>
+#include <Guid/FileInfo.h>
/// The tag for use in identifying UNICODE files.
/// If the file is UNICODE, the first 16 bits of the file will equal this value.