summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-upload.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-04-08 15:43:09 +0200
committerGitHub <noreply@github.com>2022-04-08 15:43:09 +0200
commit492f9e74ff2b7b07d0999a7241c16ed5e767fdeb (patch)
tree646bf40bdd3b0c710d1dd2dddbef284767805f6a /src/journal-remote/journal-upload.c
parent15ac2a62f2f0ad9f3bc04c4a7c980ea8f7e832b5 (diff)
parent6eb32c7f2e0a66154832dda2d5b9e8329eba9320 (diff)
downloadsystemd-492f9e74ff2b7b07d0999a7241c16ed5e767fdeb.tar.gz
Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-with-suffix
Fix detection of libsystemd-shared with suffix
Diffstat (limited to 'src/journal-remote/journal-upload.c')
-rw-r--r--src/journal-remote/journal-upload.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/journal-remote/journal-upload.c b/src/journal-remote/journal-upload.c
index db6cedfb16..2ad175c248 100644
--- a/src/journal-remote/journal-upload.c
+++ b/src/journal-remote/journal-upload.c
@@ -23,8 +23,7 @@
#include "main-func.h"
#include "mkdir.h"
#include "parse-argument.h"
-#include "parse-util.h"
-#include "path-util.h"
+#include "parse-helpers.h"
#include "pretty-print.h"
#include "process-util.h"
#include "rlimit-util.h"