diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-10-24 20:25:09 +0200 |
---|---|---|
committer | Florian Weimer <fw@gcc.gnu.org> | 2016-10-24 20:25:09 +0200 |
commit | 331075711a0f19224c11cc880c695fd52723b881 (patch) | |
tree | 88ee7e10b66145d20f9294a9aea0d910255a03d7 /libgcc/unwind-c.c | |
parent | f834806177042ee269333855dee99fda84bc7c26 (diff) | |
download | gcc-331075711a0f19224c11cc880c695fd52723b881.zip gcc-331075711a0f19224c11cc880c695fd52723b881.tar.gz gcc-331075711a0f19224c11cc880c695fd52723b881.tar.bz2 |
PR libgcc/78064: Add missing include directive to unwind-c.c
PR libgcc/78064
* unwind-c.c: Include auto-target.h.
From-SVN: r241491
Diffstat (limited to 'libgcc/unwind-c.c')
-rw-r--r-- | libgcc/unwind-c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/unwind-c.c b/libgcc/unwind-c.c index 5835aad..b05f376 100644 --- a/libgcc/unwind-c.c +++ b/libgcc/unwind-c.c @@ -26,6 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "tconfig.h" #include "tsystem.h" +#include "auto-target.h" #include "unwind.h" #define NO_SIZE_OF_ENCODED_VALUE #include "unwind-pe.h" |