diff options
author | Joursoir <chat@joursoir.net> | 2021-12-10 21:25:53 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-10 21:25:53 +0300 |
commit | e20d80d2d1b910ea8e01b30dd2395e245a374262 (patch) | |
tree | 5ff9f487bc87e3c5b92c5a9de8c2cbd867c4dd62 /Library/UefiShellUfmCommandLib | |
parent | 0fbd4f2423d3f09764d0f0b31131683dc7522092 (diff) | |
download | ufm-e20d80d2d1b910ea8e01b30dd2395e245a374262.tar.gz ufm-e20d80d2d1b910ea8e01b30dd2395e245a374262.tar.bz2 ufm-e20d80d2d1b910ea8e01b30dd2395e245a374262.zip |
actions: add the missed header
Diffstat (limited to 'Library/UefiShellUfmCommandLib')
-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" |