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:
authorSandis Neilands <git-no-reply@zabbix.com>2015-12-14 17:22:18 +0300
committerSandis Neilands <git-no-reply@zabbix.com>2015-12-14 17:22:18 +0300
commitca2186336181d719e4e8693b574bb3e62b82b74b (patch)
tree36d87ab3bd0cbc52821c03f662ce06639f947f79 /include/sysinc.h
parent1219ea4bfe2d4945d67b9cb3a294dce8a0a89714 (diff)
...G...... [ZBX-10063] implemented 64-bit counters for net.if.* items on Windows.
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 05ab4a5cbcf..1ba3f4cfc97 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -54,6 +54,10 @@
# include <Iphlpapi.h>
#endif
+#ifdef HAVE_NETIOAPI_H
+# include <Netioapi.h>
+#endif
+
#ifdef HAVE_WINDOWS_H
/* to speed build process and reduce size of the Win32 header files */
# define WIN32_LEAN_AND_MEAN 1