diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-27 00:40:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:57 +0100 |
commit | 7ccbd1ae843d77275f2c542582a9a80e5e058a70 (patch) | |
tree | be4ca438784d483cce332973b7cc919091eea97c /src/journal/cat.c | |
parent | detect-virt: add new --chroot switch to detect chroot() environments (diff) | |
download | systemd-7ccbd1ae843d77275f2c542582a9a80e5e058a70.tar.xz systemd-7ccbd1ae843d77275f2c542582a9a80e5e058a70.zip |
util-lib: split out syslog-related calls into syslog-util.[ch]
Diffstat (limited to 'src/journal/cat.c')
-rw-r--r-- | src/journal/cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/cat.c b/src/journal/cat.c index 95a1868b93..7fd4198df8 100644 --- a/src/journal/cat.c +++ b/src/journal/cat.c @@ -31,6 +31,7 @@ #include "fd-util.h" #include "parse-util.h" #include "string-util.h" +#include "syslog-util.h" #include "util.h" static char *arg_identifier = NULL; |