From 1b2719c2c5ce1349a1e48a093668fb90734e2e53 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 15 Apr 2023 18:24:13 +0200 Subject: shared: add a missing include --- src/shared/securebits-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/securebits-util.h') 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 + #include "missing_securebits.h" int secure_bits_to_string_alloc(int i, char **s); -- cgit v1.2.3