diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-11 21:03:58 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-11 21:03:58 +0000 |
commit | 082b852a0be17e19dbc4f6444b60472fa5406d27 (patch) | |
tree | db950afdb100d89ace175e0f062f4fd6c8a54262 /gcc/c-cppbuiltin.c | |
parent | e92aec9e42ac9b23ce537d6a137701955e101593 (diff) | |
download | ppe42-gcc-082b852a0be17e19dbc4f6444b60472fa5406d27.tar.gz ppe42-gcc-082b852a0be17e19dbc4f6444b60472fa5406d27.zip |
* Makefile.in: Update.
* c-cppbuiltin.c: Include tm_p.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64187 138bc75d-0d04-0410-961f-82ee72b054a4
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 adbefd0894a..4ff194e7c28 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 "" |