diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-30 22:08:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-12-02 13:22:29 +0100 |
commit | 686d13b9f247f4d113e93f0997b9365a3e6b264b (patch) | |
tree | 35a45766e342e2b70d6bf5cf17d3c8c7dc397983 /src/journal-remote/journal-upload.c | |
parent | 0a2152f005f65e949e81ac05e1b81f878103a15d (diff) | |
download | systemd-686d13b9f247f4d113e93f0997b9365a3e6b264b.tar.gz |
util-lib: split out env file parsing code into env-file.c
It's quite complex, let's split this out.
No code changes, just some file rearranging.
Diffstat (limited to 'src/journal-remote/journal-upload.c')
-rw-r--r-- | src/journal-remote/journal-upload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal-remote/journal-upload.c b/src/journal-remote/journal-upload.c index e2cb76141f..7f08809c54 100644 --- a/src/journal-remote/journal-upload.c +++ b/src/journal-remote/journal-upload.c @@ -11,6 +11,7 @@ #include "alloc-util.h" #include "conf-parser.h" #include "def.h" +#include "env-file.h" #include "fd-util.h" #include "fileio.h" #include "format-util.h" |