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/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 fcf5ccf6f4b..a0beb02c0a3 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -420,4 +420,8 @@
# include <utmpx.h>
#endif
+#ifdef HAVE_STDDEF_H
+# include <stddef.h>
+#endif
+
#endif