summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-12-29 15:38:00 +0200
committerGitHub <noreply@github.com>2023-12-29 15:38:00 +0200
commit812eb6287404a0a644bb1f091d9a01a36a4227c3 (patch)
tree344f8119cb06f731e9898e7fd9b60208969a8735 /collectors
parent3900523aea889c6bf1cd29abfe8e66c438cfe72b (diff)
cmake log2journal netdatacli (#16688)
* log2journal should not be linked against libnetdata; netdatacli is now linked against libnetdata so it does not need to redefine functions in libnetdata * reformatting for smaller width
Diffstat (limited to 'collectors')
-rw-r--r--collectors/log2journal/log2journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/log2journal/log2journal.h b/collectors/log2journal/log2journal.h
index 58485cf110..de2218b862 100644
--- a/collectors/log2journal/log2journal.h
+++ b/collectors/log2journal/log2journal.h
@@ -4,7 +4,7 @@
#define NETDATA_LOG2JOURNAL_H
// only for PACKAGE_VERSION
-#include "config.h"
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>