aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-08-20 05:58:18 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-08-20 05:58:18 -0400
commitf8d97cf4724fb1d966118b4d1870f553da4fc09c (patch)
tree2d78eb61c0c67f5d8fcbe60828c1e7c28af9bfb2 /gcc/gcc.c
parent99effc21d4027b4391fbdddea247f25dd568e366 (diff)
downloadgcc-f8d97cf4724fb1d966118b4d1870f553da4fc09c.zip
gcc-f8d97cf4724fb1d966118b4d1870f553da4fc09c.tar.gz
gcc-f8d97cf4724fb1d966118b4d1870f553da4fc09c.tar.bz2
Put include of stdio.h after GCC header files (for i860-stardent-sysv4).
From-SVN: r1905
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 2254d4b..838d9e9 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -30,7 +30,6 @@ CC recognizes how to compile each input file by suffixes in the file names.
Once it knows which kind of compilation to perform, the procedure for
compilation is specified by a string called a "spec". */
-#include <stdio.h>
#include <sys/types.h>
#include <ctype.h>
#include <signal.h>
@@ -40,6 +39,7 @@ compilation is specified by a string called a "spec". */
#include "config.h"
#include "obstack.h"
#include "gvarargs.h"
+#include <stdio.h>
#ifndef R_OK
#define R_OK 4