diff options
Diffstat (limited to 'gcc/debug.c')
-rw-r--r-- | gcc/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/debug.c b/gcc/debug.c index 682f6ed..6a9c392 100644 --- a/gcc/debug.c +++ b/gcc/debug.c @@ -17,6 +17,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "debug.h" /* The do-nothing debug hooks. */ |