From 9cdfa0b0980028dd8186af48caddb0c95c61f691 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 6 May 1998 04:45:47 +0000 Subject: Wed May 6 06:35:38 1998 Robert Lipe * toplev.h: New file. Protypes for functions in toplev.c. * tree.h, rtl.h: Deleted protos for functions in toplev.c. * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c, c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c, convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c, function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c, reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, varasm.c: include it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19563 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/calls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/calls.c') diff --git a/gcc/calls.c b/gcc/calls.c index 51fa73b2805..16a0346c6a9 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ #include "expr.h" #include "regs.h" #include "insn-flags.h" +#include "toplev.h" /* Decide whether a function's arguments should be processed from first to last or from last to first. -- cgit v1.2.1