From 331075711a0f19224c11cc880c695fd52723b881 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 24 Oct 2016 20:25:09 +0200 Subject: PR libgcc/78064: Add missing include directive to unwind-c.c PR libgcc/78064 * unwind-c.c: Include auto-target.h. From-SVN: r241491 --- libgcc/ChangeLog | 5 +++++ libgcc/unwind-c.c | 1 + 2 files changed, 6 insertions(+) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4010e97..116c87b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2016-10-24 Florian Weimer + + PR libgcc/78064 + * unwind-c.c: Include auto-target.h. + 2016-10-19 John David Anglin * config/pa/pa64-hpux-lib.h: New file. 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" -- cgit v1.1