aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-10-13 00:20:47 +0000
committerRichard Stallman <rms@gnu.org>1993-10-13 00:20:47 +0000
commitdfa3449bd467ccc9605050f47a3a02351809dd0f (patch)
tree98801d37cbfdad5603d92dd432e8ee60e90ed2ce /gcc
parent2ed5f8c28a510515125d3389a5450057e825be31 (diff)
downloadgcc-dfa3449bd467ccc9605050f47a3a02351809dd0f.zip
gcc-dfa3449bd467ccc9605050f47a3a02351809dd0f.tar.gz
gcc-dfa3449bd467ccc9605050f47a3a02351809dd0f.tar.bz2
Include stdio.h after gvarargs.h.
From-SVN: r5767
Diffstat (limited to 'gcc')
-rw-r--r--gcc/combine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index d7bfaf2..bee4d53 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -74,10 +74,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
combine anyway. */
#include "config.h"
+#include "gvarargs.h"
+
/* Must precede rtl.h for FFS. */
#include <stdio.h>
-#include "gvarargs.h"
#include "rtl.h"
#include "flags.h"
#include "regs.h"