1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-29 21:55:36 +03:00

shared: add a missing include

This commit is contained in:
Frantisek Sumsal 2023-04-15 18:24:13 +02:00
parent 9f7fcf80ad
commit 1b2719c2c5

View 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);