summaryrefslogtreecommitdiffstats
path: root/include/sysinc.h
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 07:19:24 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 07:19:24 +0000
commit747f26cff23cbbd29ba2f5b349f4e559eac6feb4 (patch)
treeeffba81f5765ebccd5219c21f1a529f38d2eb34e /include/sysinc.h
parentf93051c207fb6283c9cecdf3cab3309ff981fe6b (diff)
downloadzabbix-747f26cff23cbbd29ba2f5b349f4e559eac6feb4.tar.gz
zabbix-747f26cff23cbbd29ba2f5b349f4e559eac6feb4.tar.xz
zabbix-747f26cff23cbbd29ba2f5b349f4e559eac6feb4.zip
- [DEV-202] Unable to compile 1.5.3 on Solaris
git-svn-id: svn://svn.zabbix.com/trunk@5906 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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 e58b0463..7bbabd8c 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -81,6 +81,10 @@
# include <sys/types.h>
#endif
+#ifdef HAVE_SYS_DIR_H
+# include <sys/dir.h>
+#endif
+
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif