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:
authorAndris Mednis <Andris.Mednis@zabbix.com>2017-05-08 14:27:00 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2017-05-08 14:27:00 +0300
commita97a5d314f2a3e29f66e83ed83df85a9f661e93b (patch)
tree1e12e3f3d2f104879c6f3452092b5b1c289bfbcf /include/sysinc.h
parent1e4673948ef6b656d0644b27102476f907860fd2 (diff)
........S. [DEV-557] fixed compilation error on AIX, fixed compiler warnings
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index ea65283511a..ddea528026f 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -368,11 +368,19 @@
# include <sys/timeb.h>
#endif
+#ifdef HAVE_SYS_UN_H
+# include <sys/un.h>
+#endif
+
#ifdef HAVE_PROCINFO_H
# undef T_NULL /* to solve definition conflict */
# include <procinfo.h>
#endif
+#ifdef HAVE_EVENT_H
+# include <event.h>
+#endif
+
#ifdef HAVE_LIBCURL
# include <curl/curl.h>
# if !defined(HAVE_FUNCTION_CURL_EASY_ESCAPE)