aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-05-06 05:01:35 +0000
committerRobert Lipe <robertl@dgii.com>1998-05-06 05:01:35 +0000
commit4a912591cf5e12c6f861dc510a582f2c9c3a0453 (patch)
tree4a2e8054bce925c7c989b06027163bcb0292aaec /gcc/cp/repo.c
parent37115274c910c45173796d97dae96004a182402c (diff)
Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>
* cp/call.c, cp/class.c, cp/decl.c, cp/decl2.c, cp/errfn.c, cp/error.c, cp/except.c, cp/expr.c, cp/friend.c, cp/init.c, cp/lex.c, cp/method.c, cp/pt.c, cp/repo.c, cp/rtti.c, cp/search.c, cp/semantics.c, cp/sig.c, cp/tree.c, cp/typeck.c, cp/typeck2.c, cp/xref.c: Add include of toplev.h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@19565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r--gcc/cp/repo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c
index ed682331515..a1ac79ccef9 100644
--- a/gcc/cp/repo.c
+++ b/gcc/cp/repo.c
@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "cp-tree.h"
#include "input.h"
#include "obstack.h"
+#include "toplev.h"
extern char *getpwd PROTO((void));