aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/xref.c
diff options
context:
space:
mode:
authorRobert Lipe <robertl@gcc.gnu.org>1998-05-06 05:05:11 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-05-06 05:05:11 +0000
commit12027a891274f9475fddd44cf12c822d3862c90b (patch)
tree16282ea60491af40b14a9b5612efd1772bd7221c /gcc/cp/xref.c
parent178e196ef10a21dc3da28e8523a27a724b462b2f (diff)
downloadgcc-12027a891274f9475fddd44cf12c822d3862c90b.zip
gcc-12027a891274f9475fddd44cf12c822d3862c90b.tar.gz
gcc-12027a891274f9475fddd44cf12c822d3862c90b.tar.bz2
call.c, [...]: Add include of toplev.h.
Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com> * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c, expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c, search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c, xref.c: Add include of toplev.h. From-SVN: r19567
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r--gcc/cp/xref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c
index 8a5551c..dd85cef 100644
--- a/gcc/cp/xref.c
+++ b/gcc/cp/xref.c
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
#include "tree.h"
#include "cp-tree.h"
#include "input.h"
+#include "toplev.h"
extern char *getpwd PROTO((void));