diff options
Diffstat (limited to 'gcc/gencheck.c')
-rw-r--r-- | gcc/gencheck.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/gencheck.c b/gcc/gencheck.c index 9eda355fa37..8041b64ade2 100644 --- a/gcc/gencheck.c +++ b/gcc/gencheck.c @@ -18,8 +18,10 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "hconfig.h" +#include "bconfig.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #define DEFTREECODE(SYM, NAME, TYPE, LEN) STRINGX(SYM), |