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/ssh_run.h')
-rw-r--r--src/zabbix_server/poller/ssh_run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/poller/ssh_run.h b/src/zabbix_server/poller/ssh_run.h
index 2fa4b5f9fe9..7013f0845ce 100644
--- a/src/zabbix_server/poller/ssh_run.h
+++ b/src/zabbix_server/poller/ssh_run.h
@@ -24,7 +24,7 @@
#include "module.h"
#if defined(HAVE_SSH2) || defined(HAVE_SSH)
-#include "dbcache.h"
+#include "zbxcacheconfig.h"
int ssh_run(DC_ITEM *item, AGENT_RESULT *result, const char *encoding);
#endif /* defined(HAVE_SSH2) || defined(HAVE_SSH)*/