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:
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index a0dc1bce97c..f682f49b4ef 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -41,6 +41,10 @@
# define __UINT64_C(x) x
# endif
+# ifndef __INT64_C
+# define __INT64_C(x) x
+# endif
+
# define zbx_uint64_t unsigned __int64
# define ZBX_FS_UI64 "%I64u"
# define ZBX_FS_UO64 "%I64o"