diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 2f3a4a7..aea3cdb 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -157,8 +157,8 @@ Boston, MA 02111-1307, USA. */ */ -#include <stdio.h> #include "config.h" +#include <stdio.h> #include "tree.h" #include "rtl.h" #include "insn-config.h" |