Commit 33107571 by Florian Weimer Committed by Florian Weimer

PR libgcc/78064: Add missing include directive to unwind-c.c

	PR libgcc/78064
	* unwind-c.c: Include auto-target.h.

From-SVN: r241491
parent f8348061
2016-10-24 Florian Weimer <fweimer@redhat.com>
PR libgcc/78064
* unwind-c.c: Include auto-target.h.
2016-10-19 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa64-hpux-lib.h: New file.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment