diff options
| -rw-r--r-- | gcc/lto/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/lto/lto.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index cd9de758..baeeb39 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2017-08-08 Tom de Vries <tom@codesourcery.com> + + * lto.c: Include attribs.h. + 2017-08-08 Martin Liska <mliska@suse.cz> * lto-lang.c: Include header files. diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index a3b4d13..31d1488 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -53,6 +53,7 @@ along with GCC; see the file COPYING3. If not see #include "lto-symtab.h" #include "stringpool.h" #include "fold-const.h" +#include "attribs.h" /* Number of parallel tasks to run, -1 if we want to use GNU Make jobserver. */ |
