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 Zeila <andris.zeila@zabbix.com>2017-08-02 12:20:01 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-08-02 12:20:01 +0300
commit0cf4867ad00b688f8c608fe353cbd9b2b1321502 (patch)
treea6b4beea749a38940661e9d8a120c6c0fdff44ec /include/sysinc.h
parentc39658ce957fa12b9f59d13677a69fc83356d6b7 (diff)
....I..... [ZBXNEXT-3006] fixed libevent dependency problems
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 ddea528026f..7e75f9420a0 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -421,4 +421,8 @@
# include <utmpx.h>
#endif
+#ifdef HAVE_LIBEVENT
+# include <event.h>
+#endif
+
#endif