summaryrefslogtreecommitdiff
path: root/src/core/dbus.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-01-15 13:43:09 +0400
committerGitHub <noreply@github.com>2018-01-15 13:43:09 +0400
commit67ddb52432dd4b16767e7d0531e4e0e3ae830acf (patch)
tree505b3f8994e4531be4c635ed49c63ddaf520de95 /src/core/dbus.c
parentd04e012ad9cbab84930735bb9366e7514fe1c3ee (diff)
parentd93f4df40a21d3628fe3763eb023f7e630e369cb (diff)
downloadsystemd-67ddb52432dd4b16767e7d0531e4e0e3ae830acf.tar.gz
Merge pull request #7855 from poettering/log-h-includes
log.h #include cleanups
Diffstat (limited to 'src/core/dbus.c')
-rw-r--r--src/core/dbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus.c b/src/core/dbus.c
index e49c71eca1..1c3fca353a 100644
--- a/src/core/dbus.c
+++ b/src/core/dbus.c
@@ -41,6 +41,7 @@
#include "log.h"
#include "missing.h"
#include "mkdir.h"
+#include "process-util.h"
#include "selinux-access.h"
#include "special.h"
#include "string-util.h"