diff options
Diffstat (limited to 'ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h')
-rw-r--r-- | ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h b/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h index 48dcd4c2fc..09207c0698 100644 --- a/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h +++ b/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h @@ -18,6 +18,8 @@ #include <Uefi.h>
#include <ShellBase.h>
+#include <Guid/ShellLibHiiGuid.h>
+
#include <Protocol/EfiShell.h>
#include <Protocol/EfiShellParameters.h>
#include <Protocol/DevicePath.h>
@@ -40,7 +42,6 @@ #include <Library/FileHandleLib.h>
extern EFI_HANDLE gShellInstall1HiiHandle;
-extern CONST EFI_GUID gShellInstall1HiiGuid;
/**
Function for 'bcfg' command.
|