summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authordaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-09 19:37:29 +0000
committerdaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-09 19:37:29 +0000
commit4b7a8d971750a823840a5a0e6f1c129f5d763d56 (patch)
tree5842ece379d14b8fc01e485413f0bea8fb69026c /gcc/config
parentdac18d1a16fa87cb35d78ff4b7e41c85db4c11d4 (diff)
downloadgcc-4b7a8d971750a823840a5a0e6f1c129f5d763d56.tar.gz
2008-07-09 David Daney <ddaney@avtrex.com>
* config/mips/driver-native.c: Include coretypes.h and tm.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/driver-native.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/mips/driver-native.c b/gcc/config/mips/driver-native.c
index 22b08939e24..cc00389aa61 100644
--- a/gcc/config/mips/driver-native.c
+++ b/gcc/config/mips/driver-native.c
@@ -19,6 +19,8 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
+#include "coretypes.h"
+#include "tm.h"
/* This will be called by the spec parser in gcc.c when it sees
a %:local_cpu_detect(args) construct. Currently it will be called