diff options
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 53172dd55b4..bc07c90317c 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -18,8 +18,10 @@ 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" #include "rtl.h" #include "obstack.h" #include "errors.h" |