diff options
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index e2b58c0e0c8..7b93eab88a2 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -20,6 +20,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "rtl.h" #include "flags.h" #include "obstack.h" |