]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared: add a missing include
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 15 Apr 2023 16:24:13 +0000 (18:24 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 16 Apr 2023 07:21:13 +0000 (09:21 +0200)
src/shared/securebits-util.h

index f2e65cfcb09e3eee161e736a546135f8c0aedc3a..caf8e6d59316948db88c5e5f53d2c101d2caa277 100644 (file)
@@ -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);