From 836b47cb7e99a977c5a23b059ca1d0b5065d310e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Jul 2024 11:54:23 +0200 Subject: Merging upstream version 1.46.3. Signed-off-by: Daniel Baumann --- tests/profile/benchmark-registry.c | 2 +- tests/profile/test-eval.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/profile') diff --git a/tests/profile/benchmark-registry.c b/tests/profile/benchmark-registry.c index cfed6d7c8..bc5934af3 100644 --- a/tests/profile/benchmark-registry.c +++ b/tests/profile/benchmark-registry.c @@ -2,7 +2,7 @@ /* * compile with - * gcc -O1 -ggdb -Wall -Wextra -I ../src/ -I ../ -o benchmark-registry benchmark-registry.c ../src/dictionary.o ../src/log.o ../src/avl.o ../src/common.o ../src/appconfig.o ../src/web_buffer.o ../src/storage_number.o ../src/rrd.o ../src/health.o -pthread -luuid -lm -DHAVE_CONFIG_H -DVARLIB_DIR="\"/tmp\"" + * gcc -O1 -ggdb -Wall -Wextra -I ../src/ -I ../ -o benchmark-registry benchmark-registry.c ../src/dictionary.o ../src/log.o ../src/avl.o ../src/common.o ../src/appconfig.o ../src/web_buffer.o ../src/storage_number.o ../src/rrd.o ../src/health.o -pthread -luuid -lm -DVARLIB_DIR="\"/tmp\"" */ char *hostname = "me"; diff --git a/tests/profile/test-eval.c b/tests/profile/test-eval.c index 17836f6e9..59469f179 100644 --- a/tests/profile/test-eval.c +++ b/tests/profile/test-eval.c @@ -10,7 +10,7 @@ #include "config.h" #include "libnetdata/libnetdata.h" #include "libnetdata/required_dummies.h" -#include "database/rrdcalc.h" +#include "health/rrdcalc.h" /* void indent(int level, int show) { -- cgit v1.2.3