aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-10 21:25:53 +0300
committerJoursoir <chat@joursoir.net>2021-12-10 21:25:53 +0300
commite20d80d2d1b910ea8e01b30dd2395e245a374262 (patch)
tree5ff9f487bc87e3c5b92c5a9de8c2cbd867c4dd62
parent0fbd4f2423d3f09764d0f0b31131683dc7522092 (diff)
downloadufm-e20d80d2d1b910ea8e01b30dd2395e245a374262.tar.gz
ufm-e20d80d2d1b910ea8e01b30dd2395e245a374262.tar.bz2
ufm-e20d80d2d1b910ea8e01b30dd2395e245a374262.zip
actions: add the missed header
-rw-r--r--Library/UefiShellUfmCommandLib/actions.c1
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"