aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ch/lex.c')
-rw-r--r--gcc/ch/lex.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ch/lex.c b/gcc/ch/lex.c
index 38c8fa46276..30096a77c0b 100644
--- a/gcc/ch/lex.c
+++ b/gcc/ch/lex.c
@@ -15,7 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
@@ -32,6 +33,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "obstack.h"
#include "toplev.h"
+#ifdef DWARF_DEBUGGING_INFO
+#include "dwarfout.h"
+#endif
+
#ifdef MULTIBYTE_CHARS
#include <locale.h>
#endif