diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-11-02 18:15:32 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-11-03 12:41:01 +0900 |
commit | 4768cc450d6dac9737c6f1e7573a3a47b4b6b937 (patch) | |
tree | 6166cdd231b35967c6acf85f28578b10edaf3051 /src/basic/missing_keyctl.h | |
parent | be0cc2ce6c947aafadb3f42dba405269f670b31c (diff) | |
download | systemd-4768cc450d6dac9737c6f1e7573a3a47b4b6b937.tar.gz |
missing: add missing header inclusions
These headers should work without any manual header inclusion.
Diffstat (limited to 'src/basic/missing_keyctl.h')
-rw-r--r-- | src/basic/missing_keyctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/missing_keyctl.h b/src/basic/missing_keyctl.h index 5680483bb4..081003a65a 100644 --- a/src/basic/missing_keyctl.h +++ b/src/basic/missing_keyctl.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once +#include <inttypes.h> #include <linux/keyctl.h> #ifndef KEYCTL_JOIN_SESSION_KEYRING |