From: Florian Weimer Date: Mon, 24 Oct 2016 18:25:09 +0000 (+0200) Subject: PR libgcc/78064: Add missing include directive to unwind-c.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=331075711a0f19224c11cc880c695fd52723b881;p=gcc.git PR libgcc/78064: Add missing include directive to unwind-c.c PR libgcc/78064 * unwind-c.c: Include auto-target.h. From-SVN: r241491 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4010e972308..116c87b92c6 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 5835aadf232..b05f376118c 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"