summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/test-bcd.c
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2022-07-12 10:01:03 +0200
committerJan Janssen <medhefgo@web.de>2022-07-12 11:29:59 +0200
commit0692f533f237da11ddd2da69ff91b9c052fdb77c (patch)
tree7144a79cdc778aff62fd3dbcc048c86d9f05c3e8 /src/boot/efi/test-bcd.c
parentbcd: Use std alignof (diff)
downloadsystemd-0692f533f237da11ddd2da69ff91b9c052fdb77c.tar.xz
systemd-0692f533f237da11ddd2da69ff91b9c052fdb77c.zip
bcd: Clean up includes
Also, now that bcd.h does not depend on efi.h anymore we can now properly include it in the test instead.
Diffstat (limited to '')
-rw-r--r--src/boot/efi/test-bcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/efi/test-bcd.c b/src/boot/efi/test-bcd.c
index d04d1ee45a..0ee2947704 100644
--- a/src/boot/efi/test-bcd.c
+++ b/src/boot/efi/test-bcd.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include "alloc-util.h"
+#include "bcd.h"
#include "compress.h"
#include "fileio.h"
#include "tests.h"