Skip to content

Commit

Permalink
PR libgcc/78064: Add missing include directive to unwind-c.c
Browse files Browse the repository at this point in the history
	PR libgcc/78064
	* unwind-c.c: Include auto-target.h.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241491 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
fw committed Oct 24, 2016
1 parent 5f64e68 commit 7829b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libgcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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.
Expand Down
1 change: 1 addition & 0 deletions libgcc/unwind-c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7829b1a

Please sign in to comment.