diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-04-15 18:24:13 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-04-16 09:21:13 +0200 |
commit | 1b2719c2c5ce1349a1e48a093668fb90734e2e53 (patch) | |
tree | 8e73c9aa249cf0d745a877fdc205945e48a19c64 /src/shared/securebits-util.h | |
parent | test: add tests for uuid/uint64 specifiers (diff) | |
download | systemd-1b2719c2c5ce1349a1e48a093668fb90734e2e53.tar.xz systemd-1b2719c2c5ce1349a1e48a093668fb90734e2e53.zip |
shared: add a missing include
Diffstat (limited to '')
-rw-r--r-- | src/shared/securebits-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/securebits-util.h b/src/shared/securebits-util.h index f2e65cfcb0..caf8e6d593 100644 --- a/src/shared/securebits-util.h +++ b/src/shared/securebits-util.h @@ -1,6 +1,8 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once +#include <stdbool.h> + #include "missing_securebits.h" int secure_bits_to_string_alloc(int i, char **s); |