mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
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]
This commit is contained in:
parent
2b84d62869
commit
0919dbebb0
@ -1,6 +1,7 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "alloc-util.h"
|
||||
#include "architecture.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user