From: Zbigniew Jędrzejewski-Szmek Date: Tue, 7 Nov 2023 21:50:37 +0000 (+0100) Subject: vmspawn: add missing include X-Git-Tag: v255-rc2~89^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F29913%2Fhead;p=thirdparty%2Fsystemd.git vmspawn: add missing include ../src/src/vmspawn/vmspawn-util.c:33:13: error: implicit declaration of function ‘access’; did you mean ‘accept’? [-Werror=implicit-function-declaration] --- diff --git a/src/vmspawn/vmspawn-util.c b/src/vmspawn/vmspawn-util.c index 852a81d0715..95c05643d82 100644 --- a/src/vmspawn/vmspawn-util.c +++ b/src/vmspawn/vmspawn-util.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #include +#include #include "alloc-util.h" #include "architecture.h"