diff options
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 572c6b26e24..e56ef93809f 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -21,6 +21,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" |