summaryrefslogtreecommitdiff
path: root/gcc/bt-load.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-25 15:53:07 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-25 15:53:07 +0000
commit47b975bc5474e7a4282ea17fc19cdadc6011c212 (patch)
tree76479c1777d2064896a077a077108131fb7192e8 /gcc/bt-load.c
parentc3d7937fb5e297c1e4bd1f6483c075dffeb26dca (diff)
downloadgcc-47b975bc5474e7a4282ea17fc19cdadc6011c212.tar.gz
* Makefile.in (bt-load.o): Depend on $(TM_P_H).
* bt-load.c: Include "tm_p.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68482 138bc75d-0d04-0410-961f-82ee72b054a4
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 4ff61defdb7..ecacc234c81 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. */