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/c-aux-info.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/c-aux-info.c')
-rw-r--r-- | gcc/c-aux-info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index f4238dd..9a66350 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" +#include "toplev.h" #include "flags.h" #include "tree.h" #include "c-tree.h" |