diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 7a4fecdc59b..ffd420e3c5a 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" -#include <stdio.h> +#include "system.h" #include "rtl.h" static int rtx_addr_can_trap_p PROTO((rtx)); |