diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/dbus-execute.c | 1 | ||||
-rw-r--r-- | src/core/dbus-manager.c | 1 | ||||
-rw-r--r-- | src/core/execute.c | 1 |
3 files changed, 3 insertions, 0 deletions
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); diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index f737140363..3f631bd9a0 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -44,6 +44,7 @@ #include "stat-util.h" #include "string-util.h" #include "strv.h" +#include "syslog-util.h" #include "virt.h" #include "watchdog.h" diff --git a/src/core/execute.c b/src/core/execute.c index 2982125b82..3814fd4381 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -92,6 +92,7 @@ #include "string-table.h" #include "string-util.h" #include "strv.h" +#include "syslog-util.h" #include "terminal-util.h" #include "unit.h" #include "user-util.h" |