From c4fba54c60efee12f44fe0ed512c7407a34b24a5 Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Fri, 7 Jan 2022 10:46:30 +0200 Subject: .......... [DEV-2053] restored some includes --- tests/libs/zbxtrends/zbx_baseline_get_data.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/libs') diff --git a/tests/libs/zbxtrends/zbx_baseline_get_data.c b/tests/libs/zbxtrends/zbx_baseline_get_data.c index e9d500e01f8..71910809f69 100644 --- a/tests/libs/zbxtrends/zbx_baseline_get_data.c +++ b/tests/libs/zbxtrends/zbx_baseline_get_data.c @@ -29,6 +29,8 @@ int __wrap_DBis_null(const char *field); DB_ROW __wrap_DBfetch(DB_RESULT result); DB_RESULT __wrap_DBselect(const char *fmt, ...); +zbx_trend_state_t __wrap_zbx_trends_get_avg(const char *table, zbx_uint64_t itemid, int start, int end, + double *value); int __wrap_DBis_null(const char *field) { -- cgit v1.2.3