driver-native.c: Include coretypes.h and tm.h.
authorDavid Daney <ddaney@avtrex.com>
Wed, 9 Jul 2008 19:37:29 +0000 (19:37 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Wed, 9 Jul 2008 19:37:29 +0000 (19:37 +0000)
2008-07-09  David Daney  <ddaney@avtrex.com>

* config/mips/driver-native.c: Include coretypes.h and tm.h.

From-SVN: r137669

gcc/ChangeLog
gcc/config/mips/driver-native.c

index 4cb2caea99f0acf3ddb3b2d08715e73243ff28e0..06cd42fa850d2858bc4fd3c800a078dbb5dbe71c 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-09  David Daney  <ddaney@avtrex.com>
+
+       * config/mips/driver-native.c: Include coretypes.h and tm.h.
+
 2008-07-09  Jakub Jelinek  <jakub@redhat.com>
 
        * gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.
index 22b08939e245c052bd4c29f3f039727aa5f186ed..cc00389aa61895a442f04198a1eaf4ec29a33f05 100644 (file)
@@ -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