1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-03 13:47:04 +03:00

basic: make sure we include inttypes.h when we use its types

This commit is contained in:
Lennart Poettering 2020-08-27 15:46:28 +02:00
parent 3c719357dc
commit 524bdc95e7

View File

@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include <inttypes.h>
const char *capability_to_name(int id);
int capability_from_name(const char *name);
int capability_list_length(void);