diff options
Diffstat (limited to '')
-rw-r--r-- | src/libnetdata/log/systemd-journal-helpers.c (renamed from src/libnetdata/log/journal.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnetdata/log/journal.c b/src/libnetdata/log/systemd-journal-helpers.c index 2182212f6..24553364b 100644 --- a/src/libnetdata/log/journal.c +++ b/src/libnetdata/log/systemd-journal-helpers.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-3.0-or-later -#include "journal.h" +#include "systemd-journal-helpers.h" bool is_path_unix_socket(const char *path) { // Check if the path is valid |