From 7a4cf232c9861ccc5e824005ab696f73511f7520 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Tue, 14 Mar 2006 21:04:18 -0800 Subject: - (tim) [includes.h] put sys/stat.h back in to quiet some "macro redefined:" warnings. --- includes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes.h') 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 /* For __P() */ #endif +#ifdef HAVE_SYS_STAT_H +# include /* For S_* constants and macros */ +#endif #ifdef HAVE_SYS_SYSMACROS_H # include /* For MIN, MAX, etc */ #endif -- cgit v1.2.3