diff options
author | Tim Rice <tim@multitalents.net> | 2006-03-14 21:04:18 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2006-03-14 21:04:18 -0800 |
commit | 7a4cf232c9861ccc5e824005ab696f73511f7520 (patch) | |
tree | 371ec33743b215a04b795c612c92811b684c268d /includes.h | |
parent | 6645e7a70d1b46b2cb408e1a13755c300a0d47c2 (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.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 |