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:
authorSandis Neilands <git-no-reply@zabbix.com>2016-01-13 17:33:26 +0300
committerSandis Neilands <git-no-reply@zabbix.com>2016-01-13 17:33:26 +0300
commit5a2c0f9c766d41bc50e09158fb01ab8d44200b87 (patch)
treec112f3381391dbece9f871817e73e045e6bec885 /include/sysinc.h
parentb33102be6eb7aea439ff39b7d6aa99e9eadb62df (diff)
...G...... [ZBX-10239] fixed compiler warning by including header that was missing
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 1ba3f4cfc97..3fafadfe696 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -438,4 +438,8 @@
# include <dlfcn.h>
#endif
+#ifdef HAVE_ZONE_H
+# include <zone.h>
+#endif
+
#endif