diff options
author | Jan Janssen <medhefgo@web.de> | 2022-07-12 10:01:03 +0200 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2022-07-12 11:29:59 +0200 |
commit | 0692f533f237da11ddd2da69ff91b9c052fdb77c (patch) | |
tree | 7144a79cdc778aff62fd3dbcc048c86d9f05c3e8 /src/boot/efi/test-bcd.c | |
parent | bcd: Use std alignof (diff) | |
download | systemd-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.c | 1 |
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" |