diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-18 14:30:42 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-19 10:26:16 +0800 |
commit | 28165f245f26bad4dae86cda3d17458726a9a82f (patch) | |
tree | 774533fd0703f17663de40d5897e1deaea2f3324 /ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c | |
parent | 5e7c289fef280afd0139d040219afc7a9287aa9d (diff) | |
download | edk2-platforms-28165f245f26bad4dae86cda3d17458726a9a82f.tar.xz |
ShellPkg: Update sources to include MdePkg protocol definitions
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c')
-rw-r--r-- | ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c index 5940a1e67e..a71ade3a20 100644 --- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c +++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c @@ -20,7 +20,7 @@ #include <Library/ShellLib.h>
#include <Library/HandleParsingLib.h>
-#include <Protocol/EfiShellDynamicCommand.h>
+#include <Protocol/ShellDynamicCommand.h>
/**
function to insert string items into a list in the correct alphabetical place
|