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:
parent
9f7fcf80ad
commit
1b2719c2c5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user