aboutsummaryrefslogtreecommitdiff
path: root/gcc/genconstants.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genconstants.c')
-rw-r--r--gcc/genconstants.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/genconstants.c b/gcc/genconstants.c
index 9208f0c..1c08040 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"