diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index d0437298561..493de58e5f8 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -73,8 +73,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> #include <ctype.h> -#include <sys/stat.h> #include <sys/types.h> +#include <sys/stat.h> #ifndef O_RDONLY #define O_RDONLY 0 #endif |