Commit eac3ab4a by Tom de Vries Committed by Tom de Vries

Add missing include of attribs.h in lto.c

2017-08-08  Tom de Vries  <tom@codesourcery.com>

	* lto.c: Include attribs.h.

From-SVN: r250949
parent a5afbdd6
2017-08-08 Tom de Vries <tom@codesourcery.com>
* lto.c: Include attribs.h.
2017-08-08 Martin Liska <mliska@suse.cz> 2017-08-08 Martin Liska <mliska@suse.cz>
* lto-lang.c: Include header files. * lto-lang.c: Include header files.
......
...@@ -53,6 +53,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -53,6 +53,7 @@ along with GCC; see the file COPYING3. If not see
#include "lto-symtab.h" #include "lto-symtab.h"
#include "stringpool.h" #include "stringpool.h"
#include "fold-const.h" #include "fold-const.h"
#include "attribs.h"
/* Number of parallel tasks to run, -1 if we want to use GNU Make jobserver. */ /* Number of parallel tasks to run, -1 if we want to use GNU Make jobserver. */
......
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