diff options
Diffstat (limited to 'gcc/genconstants.c')
-rw-r--r-- | gcc/genconstants.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/genconstants.c b/gcc/genconstants.c index 9208f0c0009..1c08040f8ec 100644 --- a/gcc/genconstants.c +++ b/gcc/genconstants.c @@ -26,8 +26,10 @@ Boston, MA 02111-1307, USA. */ look at insn patterns, only (define_constants), and we want to minimize dependencies. */ -#include "hconfig.h" +#include "bconfig.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "rtl.h" #include "errors.h" #include "gensupport.h" |