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:
Diffstat (limited to 'include/zbxtrends.h')
-rw-r--r--include/zbxtrends.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxtrends.h b/include/zbxtrends.h
index cfda9865b6f..b3e097a9633 100644
--- a/include/zbxtrends.h
+++ b/include/zbxtrends.h
@@ -20,7 +20,7 @@
#ifndef ZABBIX_ZBXTRENDS_H
#define ZABBIX_ZBXTRENDS_H
-#include "dbcache.h"
+#include "zbxcachehistory.h"
#include "zbxtime.h"
int zbx_trends_parse_base(const char *params, zbx_time_unit_t *base, char **error);