From: Lennart Poettering Date: Tue, 2 Nov 2021 17:15:32 +0000 (+0100) Subject: missing: add missing header inclusions X-Git-Tag: v250-rc1~367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4768cc450d6dac9737c6f1e7573a3a47b4b6b937;p=thirdparty%2Fsystemd.git missing: add missing header inclusions These headers should work without any manual header inclusion. --- diff --git a/src/basic/missing_keyctl.h b/src/basic/missing_keyctl.h index 5680483bb40..081003a65a9 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 #include #ifndef KEYCTL_JOIN_SESSION_KEYRING diff --git a/src/basic/missing_syscall.h b/src/basic/missing_syscall.h index 2f67adaec3f..3da30e6f0e5 100644 --- a/src/basic/missing_syscall.h +++ b/src/basic/missing_syscall.h @@ -20,6 +20,7 @@ #include #endif +#include "macro.h" #include "missing_keyctl.h" #include "missing_stat.h" #include "missing_syscall_def.h"