diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-09-14 20:17:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-09-22 12:58:46 +0200 |
commit | 3c9fbb993b8f53257641d2bc7b7dcda803caf8d3 (patch) | |
tree | f80101807fdff5b54ad1668946fd50a3a81f24f7 /src/portable/portabled-operation.c | |
parent | Merge pull request #20767 from bluca/portable_extract_selinux (diff) | |
download | systemd-3c9fbb993b8f53257641d2bc7b7dcda803caf8d3.tar.xz systemd-3c9fbb993b8f53257641d2bc7b7dcda803caf8d3.zip |
variuos: add missing includes
Diffstat (limited to 'src/portable/portabled-operation.c')
-rw-r--r-- | src/portable/portabled-operation.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portable/portabled-operation.c b/src/portable/portabled-operation.c index 6f06367d20..e4b737ae8c 100644 --- a/src/portable/portabled-operation.c +++ b/src/portable/portabled-operation.c @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ +#include <unistd.h> + #include "alloc-util.h" #include "fd-util.h" #include "portabled-operation.h" |