summaryrefslogtreecommitdiffstats
path: root/include/sysinc.h
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 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