summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-09-14 20:17:52 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-09-22 12:58:46 +0200
commit3c9fbb993b8f53257641d2bc7b7dcda803caf8d3 (patch)
treef80101807fdff5b54ad1668946fd50a3a81f24f7 /src/portable
parent465a6f154452cc19b995ba3a3c4eb4d29b8703bc (diff)
downloadsystemd-3c9fbb993b8f53257641d2bc7b7dcda803caf8d3.tar.gz
variuos: add missing includes
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/portabled-operation.c2
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"