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/build
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-04-29 11:30:07 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-04-29 11:30:07 +0300
commitc655e14395735bcafd1501e51b34ed878c69a075 (patch)
treecd6378034ba6d80346c38885ffaf2e0fc4f5ef49 /build
parentac3efb52bd272721d61aa06774749ef80229139d (diff)
...G...... [ZBX-19297] used sysinc.h instead of a direct stdint.h include
Diffstat (limited to 'build')
-rw-r--r--build/win32/include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/win32/include/config.h b/build/win32/include/config.h
index 2f87cf5e8c5..c26f958d89b 100644
--- a/build/win32/include/config.h
+++ b/build/win32/include/config.h
@@ -78,3 +78,6 @@
/* Define to 1 if you have the <pcre.h> header file. */
#define HAVE_PCRE_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1