]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Add missing header files
authorJaben Carsey <Jaben.Carsey@intel.com>
Tue, 25 Feb 2014 23:03:17 +0000 (23:03 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Feb 2014 23:03:17 +0000 (23:03 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <Jaben.Carsey@intel.com>
Reviewed-by: Daryl McDaniel daryl.mcdaniel@intel.com
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15262 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/BasePathLib/BasePathLib.c
ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c

index 2166c9d8af06a138eb147551c166c00dab91874a..cc46c0fc33122baadfa58f4e20e8778d5aea3056 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to path manipulation functions.\r
 \r
-  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,6 +15,7 @@
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/PathLib.h>\r
 #include <Library/BaseLib.h>\r
+#include <Protocol/SimpleTextIn.h> \r
 \r
 /**\r
   Removes the last directory or file entry in a path by changing the last\r
index b1f8327f4ab01ae7276a0d4a8ed3eefc18f78a41..210618579801fa3542a01d936b722b89860f6d12 100644 (file)
@@ -7,7 +7,7 @@
   This sequence is further divided into Blocks and Huffman codings\r
   are applied to each Block.\r
 \r
-  Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -22,6 +22,7 @@
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <ShellBase.h>\r
+#include <Uefi.h>\r
 \r
 //\r
 // Macro Definitions\r