summaryrefslogtreecommitdiffstats
path: root/src/shared/securebits-util.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shared/securebits-util.h2
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);