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 'src/zabbix_server/poller/checks_http.h')
-rw-r--r--src/zabbix_server/poller/checks_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/poller/checks_http.h b/src/zabbix_server/poller/checks_http.h
index 3e5d392cd23..1cdf3e7a10a 100644
--- a/src/zabbix_server/poller/checks_http.h
+++ b/src/zabbix_server/poller/checks_http.h
@@ -24,7 +24,7 @@
#include "module.h"
#ifdef HAVE_LIBCURL
-#include "dbcache.h"
+#include "zbxcacheconfig.h"
int get_value_http(const DC_ITEM *item, AGENT_RESULT *result);
#endif