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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2020-01-20 14:53:50 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2020-01-20 14:53:50 +0300
commit0aca693ef949bd8f8580b27a5787bb0ba7b72bfd (patch)
tree463c1acd524b0f28ceec6172247f6b30e72b7211 /include/sysinc.h
parente2d3a1c13d0d172249caabba6c903a1e0da98758 (diff)
.......PS. [ZBXNEXT-1736] increased float precision
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 36c3f633661..53d09304de7 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -424,4 +424,8 @@
# include <stddef.h>
#endif
+#ifdef HAVE_FLOAT_H
+# include <float.h>
+#endif
+
#endif