summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 96e97ca59..fc269e8eb 100644
--- a/includes.h
+++ b/includes.h
@@ -85,6 +85,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
85#ifdef HAVE_SYS_SYSMACROS_H 85#ifdef HAVE_SYS_SYSMACROS_H
86# include <sys/sysmacros.h> 86# include <sys/sysmacros.h>
87#endif 87#endif
88#ifdef HAVE_UTIME_H
89# include <utime.h>
90#endif
88#ifdef HAVE_VIS_H 91#ifdef HAVE_VIS_H
89# include <vis.h> 92# include <vis.h>
90#endif 93#endif