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
path: root/src
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-04-04 18:25:30 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-04-04 18:25:30 +0300
commit94a848a70c6340d7c2d06d34b0147e3a2edfc4c5 (patch)
treedacd2b5237cdb8f393d6b285ffeb279c9dbac393 /src
parent602917216b2c11aaa03bf4832ff05b01505dea39 (diff)
.......... [DEV-2113] fixed merge
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxcomms/comms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxcomms/comms.h b/src/libs/zbxcomms/comms.h
index f862b2ee63b..aaca7cebf8f 100644
--- a/src/libs/zbxcomms/comms.h
+++ b/src/libs/zbxcomms/comms.h
@@ -20,7 +20,7 @@
#ifndef ZABBIX_COMMS_H
#define ZABBIX_COMMS_H
-#include "config.h"
+#include "zbxconfig.h"
#ifdef _WINDOWS
# define ZBX_TCP_WRITE(s, b, bl) ((ssize_t)send((s), (b), (int)(bl), 0))