From 7ccbd1ae843d77275f2c542582a9a80e5e058a70 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Oct 2015 00:40:25 +0100 Subject: util-lib: split out syslog-related calls into syslog-util.[ch] --- src/core/dbus-execute.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/dbus-execute.c') diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c index 35f1b2913b..67405a1672 100644 --- a/src/core/dbus-execute.c +++ b/src/core/dbus-execute.c @@ -43,6 +43,7 @@ #include "seccomp-util.h" #endif #include "strv.h" +#include "syslog-util.h" #include "utf8.h" BUS_DEFINE_PROPERTY_GET_ENUM(bus_property_get_exec_output, exec_output, ExecOutput); -- cgit v1.2.3-54-g00ecf