summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
diff options
context:
space:
mode:
authorm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-05 05:46:57 +0000
committerm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-05 05:46:57 +0000
commit6956b388f3c3e6ce52a8e82d96cca4e5ed549120 (patch)
tree9389174a3bbd10948dcea0bf1c66567d4b9dc281 /gcc/caller-save.c
parent51045f0c2c6a6d2fc87baec9fd7946b85985becf (diff)
downloadgcc-6956b388f3c3e6ce52a8e82d96cca4e5ed549120.tar.gz
2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* caller-save.c: Include tm_p.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/caller-save.c')
-rw-r--r--gcc/caller-save.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/caller-save.c b/gcc/caller-save.c
index 8777fea5714..f6249cdbe6a 100644
--- a/gcc/caller-save.c
+++ b/gcc/caller-save.c
@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "function.h"
#include "expr.h"
#include "toplev.h"
+#include "tm_p.h"
#ifndef MAX_MOVE_MAX
#define MAX_MOVE_MAX MOVE_MAX