diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" -/* Must precede rtl.h for FFS. */ -#include <stdio.h> +/* stdio.h must precede rtl.h for FFS. */ +#include "system.h" #include "rtl.h" #include "regs.h" |