diff options
-rw-r--r-- | Library/UefiShellUfmCommandLib/actions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/actions.c b/Library/UefiShellUfmCommandLib/actions.c index 4bae7cf..ac869e6 100644 --- a/Library/UefiShellUfmCommandLib/actions.c +++ b/Library/UefiShellUfmCommandLib/actions.c @@ -1,6 +1,7 @@ #include <Library/UefiLib.h> #include <Library/DebugLib.h> #include <Library/ShellLib.h> +#include <Library/MemoryAllocationLib.h> #include <Library/UefiBootServicesTableLib.h> #include "dir.h" |