diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2001-07-09 22:30:41 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-07-09 22:30:41 +0200 |
commit | 3d7c10129f226c8ccfe6dc6fa39510031dd1a2f8 (patch) | |
tree | 1bb26b76cad95cb3fb0a3fcbf1215edc0671918e /gcc/varray.c | |
parent | fb7e77d7dc2d25794f2c62d8c4f2f751dc772bf4 (diff) | |
download | gcc-3d7c10129f226c8ccfe6dc6fa39510031dd1a2f8.zip gcc-3d7c10129f226c8ccfe6dc6fa39510031dd1a2f8.tar.gz gcc-3d7c10129f226c8ccfe6dc6fa39510031dd1a2f8.tar.bz2 |
varray.c: Include errors.h for internal_error and trim_filename declarations.
* varray.c: Include errors.h for internal_error and trim_filename
declarations.
* Makefile.in (varray.o): Add errors.h.
From-SVN: r43875
Diffstat (limited to 'gcc/varray.c')
-rw-r--r-- | gcc/varray.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/varray.c b/gcc/varray.c index 7cf42f0..5b12370 100644 --- a/gcc/varray.c +++ b/gcc/varray.c @@ -1,5 +1,5 @@ /* Virtual array support. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GNU CC. @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" +#include "errors.h" #include "system.h" #include "rtl.h" #include "tree.h" |