From 99236971acc52455df51226996fbe71ecedc2f6f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 2 Aug 2021 16:09:10 +0200 Subject: [PATCH] Use correct `` include * `` is not specified in POSIX (cherry picked from commit 2b6c0bb2a341c95223ce672249e43c743b03d78c) (cherry picked from commit fba9fd963bb3b5fafdb123788b3fabe6ed0830c9) Reference: https://github.com/systemd/systemd-stable/commit/99236971acc52455df51226996fbe71ecedc2f6f Conflict: adapt context --- src/shared/nscd-flush.c | 2 +- src/shared/varlink.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/nscd-flush.c b/src/shared/nscd-flush.c index dfc47c4234..19e16d9345 100644 --- a/src/shared/nscd-flush.c +++ b/src/shared/nscd-flush.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -#include +#include #include "fd-util.h" #include "io-util.h" diff --git a/src/shared/varlink.c b/src/shared/varlink.c index b9da917310..b887cb1ba4 100644 --- a/src/shared/varlink.c +++ b/src/shared/varlink.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -#include +#include #include "alloc-util.h" #include "errno-util.h" -- 2.27.0