diff options
author | Zack Weinberg <zack@rabi.columbia.edu> | 1999-04-17 17:14:58 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 1999-04-17 17:14:58 +0000 |
commit | 01198c2f1f0197eaf446bc9153cd57cc7a94f52a (patch) | |
tree | 8da99bcf23ecd8542077443459d4ac48a7735693 /gcc/explow.c | |
parent | f5e68e33b2d4dfa9c3960ca527b2c831fc9ac71b (diff) | |
download | gcc-01198c2f1f0197eaf446bc9153cd57cc7a94f52a.zip gcc-01198c2f1f0197eaf446bc9153cd57cc7a94f52a.tar.gz gcc-01198c2f1f0197eaf446bc9153cd57cc7a94f52a.tar.bz2 |
c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.
1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* c-aux-info.c, emit-rtl.c, explow.c, expmed.c, gcse.c,
haifa-sched.c, optabs.c, reorg.c, resource.c, sched.c: Include
toplev.h for real declaration of trim_filename.
* Makefile.in: Update dependencies.
From-SVN: r26523
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index b003647..f06d992 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" +#include "toplev.h" #include "rtl.h" #include "tree.h" #include "flags.h" |