From: Michael Kinney Date: Wed, 4 Jan 2017 17:06:32 +0000 (-0800) Subject: MdePkg/Include: Add include file to FileHandleLib.h X-Git-Tag: edk2-stable201903~4802 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=0f705029d91559030bfa5f505daca57dcefd1a2e MdePkg/Include: Add include file to FileHandleLib.h FileHandleLib.h uses the data type EFI_FILE_INFO, so this library class should include . Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney Reviewed-by: Liming Gao --- 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.
+ Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
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 +#include /// The tag for use in identifying UNICODE files. /// If the file is UNICODE, the first 16 bits of the file will equal this value.