summaryrefslogtreecommitdiff
path: root/gcc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/main.c')
-rw-r--r--gcc/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/main.c b/gcc/main.c
index 49418bd05d7..07fa246b419 100644
--- a/gcc/main.c
+++ b/gcc/main.c
@@ -19,6 +19,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "config.h"
#include "system.h"
+#include "coretypes.h"
+#include "tm.h"
#include "toplev.h"
int main PARAMS ((int argc, char **argv));