diff options
Diffstat (limited to 'gcc/bc-emit.c')
-rw-r--r-- | gcc/bc-emit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index 8b2e750..62cc533 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 <stdio.h> #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 <stdio.h> + extern char *xmalloc (), *xrealloc (); extern void free (); |