diff options
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r-- | gcc/cp/xref.c | 1 |
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)); |