Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-07 11:46:30 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-07 11:47:13 +0300
commitc4fba54c60efee12f44fe0ed512c7407a34b24a5 (patch)
tree685d58fbe38fdd7e3ab359c982c10bf2eee64aa1 /tests/libs
parentd3cd3f05c7a6fa7fb2662a02b5d5a1a5dcf2c54f (diff)
.......... [DEV-2053] restored some includes
Diffstat (limited to 'tests/libs')
-rw-r--r--tests/libs/zbxtrends/zbx_baseline_get_data.c2
1 files changed, 2 insertions, 0 deletions
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)
{