diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-03-11 21:03:58 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-03-11 21:03:58 +0000 |
commit | cd6a5007071b8507492dbbed2abb2d4e6a6f431d (patch) | |
tree | db950afdb100d89ace175e0f062f4fd6c8a54262 /gcc/c-cppbuiltin.c | |
parent | 41f3a9307a5aa3db789f1311e04fb24a6f8807b0 (diff) | |
download | gcc-cd6a5007071b8507492dbbed2abb2d4e6a6f431d.zip gcc-cd6a5007071b8507492dbbed2abb2d4e6a6f431d.tar.gz gcc-cd6a5007071b8507492dbbed2abb2d4e6a6f431d.tar.bz2 |
Makefile.in: Update.
* Makefile.in: Update.
* c-cppbuiltin.c: Include tm_p.h.
From-SVN: r64187
Diffstat (limited to 'gcc/c-cppbuiltin.c')
-rw-r--r-- | gcc/c-cppbuiltin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c index adbefd0..4ff194e 100644 --- a/gcc/c-cppbuiltin.c +++ b/gcc/c-cppbuiltin.c @@ -30,6 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "output.h" #include "except.h" /* For USING_SJLJ_EXCEPTIONS. */ #include "toplev.h" +#include "tm_p.h" /* Target prototypes. */ #ifndef REGISTER_PREFIX #define REGISTER_PREFIX "" |