Index: stat.h =================================================================== RCS file: /cvs/src/src/newlib/libc/sys/linux/sys/stat.h,v retrieving revision 1.3 diff -u -p -r1.3 stat.h --- stat.h 26 Jul 2002 21:44:34 -0000 1.3 +++ stat.h 2 Dec 2004 00:08:42 -0000 @@ -7,14 +7,15 @@ #define _SYS_STAT_H #include +#include <_ansi.h> +#include +#include #define __KERNEL__ #include #undef __KERNEL__ /* --- redundant stuff below --- */ -#include <_ansi.h> -#include int _EXFUN(fstat,( int __fd, struct stat *__sbuf )); int _EXFUN(mkdir,( const char *_path, mode_t __mode ));