diff options
Diffstat (limited to 'gcc/dwarf2asm.c')
-rw-r--r-- | gcc/dwarf2asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index 6f21ff67d52..4e2c9980feb 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "target.h" #include "dwarf2asm.h" -#include "dwarf2.h" +#include "elf/dwarf2.h" #include "splay-tree.h" #include "ggc.h" #include "tm_p.h" |