summaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 6404787db2e..8cb32dc67c6 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -81,8 +81,8 @@ Boston, MA 02111-1307, USA. */
#include <varargs.h>
#endif
-/* Must precede rtl.h for FFS. */
-#include <stdio.h>
+/* stdio.h must precede rtl.h for FFS. */
+#include "system.h"
#include "rtl.h"
#include "flags.h"