diff options
Diffstat (limited to 'gcc/genflags.c')
-rw-r--r-- | gcc/genflags.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/genflags.c b/gcc/genflags.c index 94806816762..ec90c1a6241 100644 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -22,8 +22,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" |