diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h index 431fa2d13..c9f6f3723 100644 --- a/includes.h +++ b/includes.h | |||
@@ -110,6 +110,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } | |||
110 | #ifdef HAVE_SYS_CDEFS_H | 110 | #ifdef HAVE_SYS_CDEFS_H |
111 | # include <sys/cdefs.h> /* For __P() */ | 111 | # include <sys/cdefs.h> /* For __P() */ |
112 | #endif | 112 | #endif |
113 | #ifdef HAVE_SYS_STAT_H | ||
114 | # include <sys/stat.h> /* For S_* constants and macros */ | ||
115 | #endif | ||
113 | #ifdef HAVE_SYS_SYSMACROS_H | 116 | #ifdef HAVE_SYS_SYSMACROS_H |
114 | # include <sys/sysmacros.h> /* For MIN, MAX, etc */ | 117 | # include <sys/sysmacros.h> /* For MIN, MAX, etc */ |
115 | #endif | 118 | #endif |