summaryrefslogtreecommitdiff
path: root/src/creds
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/creds
parent465a6f154452cc19b995ba3a3c4eb4d29b8703bc (diff)
downloadsystemd-3c9fbb993b8f53257641d2bc7b7dcda803caf8d3.tar.gz
variuos: add missing includes
Diffstat (limited to 'src/creds')
-rw-r--r--src/creds/creds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creds/creds.c b/src/creds/creds.c
index f880a79a82..3d2841c07d 100644
--- a/src/creds/creds.c
+++ b/src/creds/creds.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <getopt.h>
+#include <unistd.h>
#include "creds-util.h"
#include "dirent-util.h"