aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-cppbuiltin.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-03-11 21:03:58 +0000
committerNeil Booth <neil@daikokuya.co.uk>2003-03-11 21:03:58 +0000
commit339ce77690c6a2437f5c1fbadeea698c21e2a918 (patch)
treedb950afdb100d89ace175e0f062f4fd6c8a54262 /gcc/c-cppbuiltin.c
parent3bc025ae512bca2ed8393fa02cd929ba157412a0 (diff)
* Makefile.in: Update.
* c-cppbuiltin.c: Include tm_p.h. git-svn-id: https://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.c1
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 ""