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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-01-22 18:16:56 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-01-22 18:16:56 +0300
commitb4b45a38efb5caf817104ae263cef64cea3e8967 (patch)
tree9e6e39b5ac42f60193635e0b462b0248ffafb176 /src/libs/zbxembed
parent60c1b044bb2210d201b1341b4dfeae25e0848a51 (diff)
.......PS. [ZBXNEXT-6451] added parser for new expression syntax
Diffstat (limited to 'src/libs/zbxembed')
-rw-r--r--src/libs/zbxembed/xml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/zbxembed/xml.c b/src/libs/zbxembed/xml.c
index 7437fde6bec..ff7422ac3c2 100644
--- a/src/libs/zbxembed/xml.c
+++ b/src/libs/zbxembed/xml.c
@@ -19,6 +19,7 @@
#include "common.h"
#include "zbxembed.h"
+#include "zbxvariant.h"
#include "embed.h"
#include "xml.h"