From 01198c2f1f0197eaf446bc9153cd57cc7a94f52a Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 17 Apr 1999 17:14:58 +0000 Subject: c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename. 1999-04-17 20:11 -0400 Zack Weinberg * 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 --- gcc/resource.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/resource.c') diff --git a/gcc/resource.c b/gcc/resource.c index 9f702a5..eceac56 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -19,6 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" +#include "toplev.h" #include "rtl.h" #include "hard-reg-set.h" #include "system.h" -- cgit v1.1