diff options
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index 2f52544ee0c..0c46c6066c0 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -33,7 +33,11 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "rtl.h" #include "real.h" #include "ggc.h" -#include "errors.h" +#ifdef GENERATOR_FILE +# include "errors.h" +#else +# include "toplev.h" +#endif /* Indexed by rtx code, gives number of operands for an rtx with that code. |