summaryrefslogtreecommitdiffstats
path: root/libnetdata
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2023-03-20 10:46:48 +0200
committerGitHub <noreply@github.com>2023-03-20 10:46:48 +0200
commit6ee42875c3303ee2056c753a06c622aeb2b2dc84 (patch)
tree7038587ce81a19016da91108ffd0c9c8359ec99c /libnetdata
parentd31cd412c5968021c48891942187a432f1fd50e7 (diff)
Bundle libyaml (#14704)
* bundle libyaml * remove comment * .github/workflows/coverity.yml * add to coverity and tests * add deps * add to netdata.spec.in * add to contrib/debia/control * remove extra gentoo libyaml
Diffstat (limited to 'libnetdata')
-rw-r--r--libnetdata/libnetdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetdata/libnetdata.h b/libnetdata/libnetdata.h
index 94d6e31eb1..da2d6c43ef 100644
--- a/libnetdata/libnetdata.h
+++ b/libnetdata/libnetdata.h
@@ -551,6 +551,7 @@ extern char *netdata_configured_host_prefix;
#include "onewayalloc/onewayalloc.h"
#include "worker_utilization/worker_utilization.h"
#include "parser/parser.h"
+#include "yaml.h"
// BEWARE: Outside of the C code this also exists in alarm-notify.sh
#define DEFAULT_CLOUD_BASE_URL "https://api.netdata.cloud"