Blame SOURCES/gcc48-pr78064.patch

22033d
2016-10-24  Florian Weimer  <fweimer@redhat.com>
22033d
22033d
	PR libgcc/78064
22033d
	* unwind-c.c: Include auto-target.h.
22033d
22033d
--- libgcc/unwind-c.c	(revision 241490)
22033d
+++ libgcc/unwind-c.c	(revision 241491)
22033d
@@ -26,6 +26,7 @@ see the files COPYING3 and COPYING.RUNTI
22033d
 
22033d
 #include "tconfig.h"
22033d
 #include "tsystem.h"
22033d
+#include "auto-target.h"
22033d
 #include "unwind.h"
22033d
 #define NO_SIZE_OF_ENCODED_VALUE
22033d
 #include "unwind-pe.h"