aboutsummaryrefslogtreecommitdiff
path: root/gcc/bt-load.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-06-25 15:53:07 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-06-25 15:53:07 +0000
commit8f7193b854d4f7d433af6e3239f1630700f78f96 (patch)
tree76479c1777d2064896a077a077108131fb7192e8 /gcc/bt-load.c
parent534e254b61dacf4ce554c47825451cd2eb852cb6 (diff)
downloadgcc-8f7193b854d4f7d433af6e3239f1630700f78f96.zip
gcc-8f7193b854d4f7d433af6e3239f1630700f78f96.tar.gz
gcc-8f7193b854d4f7d433af6e3239f1630700f78f96.tar.bz2
Makefile.in (bt-load.o): Depend on $(TM_P_H).
* Makefile.in (bt-load.o): Depend on $(TM_P_H). * bt-load.c: Include "tm_p.h". From-SVN: r68482
Diffstat (limited to 'gcc/bt-load.c')
-rw-r--r--gcc/bt-load.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/bt-load.c b/gcc/bt-load.c
index 4ff61de..ecacc23 100644
--- a/gcc/bt-load.c
+++ b/gcc/bt-load.c
@@ -36,6 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "flags.h"
#include "insn-attr.h"
#include "function.h"
+#include "tm_p.h"
/* Target register optimizations - these are performed after reload. */