summaryrefslogtreecommitdiff
path: root/src/shared/bootspec.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-03 12:19:44 +0200
committerGitHub <noreply@github.com>2019-10-03 12:19:44 +0200
commit86e94d95d020c34403bc99675318ed4e609ea3a0 (patch)
treef51d4193b450cdae38d12ca997232c4b7ae4c7f2 /src/shared/bootspec.c
parent68e70ac2b27dcb5007fc4009553472f0b9700e66 (diff)
parent4e5aa79185d93d20defe1e371e33f89b86d93a3d (diff)
downloadsystemd-86e94d95d020c34403bc99675318ed4e609ea3a0.tar.gz
Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variable
Add efi variable to augment /proc/cmdline
Diffstat (limited to 'src/shared/bootspec.c')
-rw-r--r--src/shared/bootspec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bootspec.c b/src/shared/bootspec.c
index 2273609842..4f750dc1da 100644
--- a/src/shared/bootspec.c
+++ b/src/shared/bootspec.c
@@ -15,6 +15,7 @@
#include "device-nodes.h"
#include "dirent-util.h"
#include "efivars.h"
+#include "efi-loader.h"
#include "env-file.h"
#include "env-util.h"
#include "fd-util.h"