From 2ed5f8c28a510515125d3389a5450057e825be31 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 13 Oct 1993 00:20:31 +0000 Subject: [PATCH] Include stdio.h last. From-SVN: r5766 --- gcc/bc-emit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index 8b2e750c0b1..62cc5338aa1 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -18,7 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include #include "config.h" #include "gvarargs.h" #include "machmode.h" @@ -34,6 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "bc-typecd.h" #include "bi-run.h" +#include + extern char *xmalloc (), *xrealloc (); extern void free (); -- 2.30.2