From fb5b7503096382a626d35469b17caa24c5bb35a9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 23 Jan 2013 12:01:12 +0000 Subject: PR gas/15039 * config/tc-avr.c: Include dwarf2dbg.h. --- gas/config/tc-avr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas/config/tc-avr.c') diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 55cc06e..c693120 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -1,7 +1,7 @@ /* tc-avr.c -- Assembler code for the ATMEL AVR Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2012 Free Software Foundation, Inc. + 2010, 2012, 2013 Free Software Foundation, Inc. Contributed by Denis Chertykov This file is part of GAS, the GNU Assembler. @@ -24,6 +24,7 @@ #include "as.h" #include "safe-ctype.h" #include "subsegs.h" +#include "dwarf2dbg.h" #include "dw2gencfi.h" -- cgit v1.1