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:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2013-03-20 05:41:29 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2013-03-20 05:41:29 +0400
commit5ea7e5e9c1e4d8230fe4dc2ff4d461e7a8380ba8 (patch)
treefd86321cd095068a8120d62e99b6d20b30cec022 /include/sysinc.h
parentfa623215e903175fdeada8d9b99a5ce8d5edbaa4 (diff)
....I...S. [ZBXNEXT-1633] added simple checks for monitoring of vmware host and guest machines; also added vmware related templates
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 98d6d31dcd0..6483f545d4a 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -407,6 +407,13 @@
# include <ucd-snmp/keytools.h>
#endif
+/* LIBXML2 is used */
+#ifdef HAVE_LIBXML2
+# include <libxml/parser.h>
+# include <libxml/tree.h>
+# include <libxml/xpath.h>
+#endif
+
/* Required for advanced sigaction */
#ifdef HAVE_SYS_UCONTEXT_H
# include <sys/ucontext.h>