summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2006-03-14 21:04:18 -0800
committerTim Rice <tim@multitalents.net>2006-03-14 21:04:18 -0800
commit7a4cf232c9861ccc5e824005ab696f73511f7520 (patch)
tree371ec33743b215a04b795c612c92811b684c268d /includes.h
parent6645e7a70d1b46b2cb408e1a13755c300a0d47c2 (diff)
- (tim) [includes.h] put sys/stat.h back in to quiet some "macro redefined:"
warnings.
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 431fa2d1..c9f6f372 100644
--- a/includes.h
+++ b/includes.h
@@ -110,6 +110,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#ifdef HAVE_SYS_CDEFS_H
# include <sys/cdefs.h> /* For __P() */
#endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h> /* For S_* constants and macros */
+#endif
#ifdef HAVE_SYS_SYSMACROS_H
# include <sys/sysmacros.h> /* For MIN, MAX, etc */
#endif