diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-30 01:58:10 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-30 01:58:10 +0000 |
commit | 013e5349b40360979e69e3ab3313c761c7685511 (patch) | |
tree | a4bc4cf1ec85c43dee7a70cae6e0791efd94fddd /gcc/config/ia64 | |
parent | 7a9acce3325f33c0304478183ca3ec769c5b3f46 (diff) | |
download | gcc-013e5349b40360979e69e3ab3313c761c7685511.tar.gz |
PR target/47129
* config/ia64/ia64.c: Include "dwarf2out.h" .
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/ia64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index f789d00ebc6..5018e4114f6 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -60,6 +60,7 @@ along with GCC; see the file COPYING3. If not see #include "tm-constrs.h" #include "sel-sched.h" #include "reload.h" +#include "dwarf2out.h" /* This is used for communication between ASM_OUTPUT_LABEL and ASM_OUTPUT_LABELREF. */ |