diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-19 23:37:04 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-19 23:37:04 +0000 |
commit | ce1fd7fc67cf7eb8f2804ccb22bc8dc9c60185f1 (patch) | |
tree | f22129d6d4548e51135a58f1ef7d8b5f13e57489 /gcc/local-alloc.c | |
parent | 861503e2c825951ff93cde205e448b56a13bacfc (diff) | |
download | gcc-ce1fd7fc67cf7eb8f2804ccb22bc8dc9c60185f1.tar.gz |
* alias.c: Include toplev.h
* caller-save.c: Include toplev.h
* combine.c: Include toplev.h
* flow.c Include toplev.h
* global.c: Include toplev.h
* jump.c: Include toplev.h
* local-alloc.c: Include toplev.h
* loop.c: Include toplev.h
* regmove.c: Include toplev.h
* stupid.c: Include toplev.h
* unroll.c: Include toplev.h
* Makefile.in: Add toplev.h dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 9daf31dda14..960e83b5b5a 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -70,6 +70,7 @@ Boston, MA 02111-1307, USA. */ #include "insn-attr.h" #include "recog.h" #include "output.h" +#include "toplev.h" /* Next quantity number available for allocation. */ |