From eac3ab4aa4fbdaec242605f636a9acce417fad9f Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Tue, 8 Aug 2017 10:40:42 +0000 Subject: [PATCH] Add missing include of attribs.h in lto.c 2017-08-08 Tom de Vries * lto.c: Include attribs.h. From-SVN: r250949 --- gcc/lto/ChangeLog | 4 ++++ gcc/lto/lto.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index cd9de758ec3..baeeb393d9b 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2017-08-08 Tom de Vries + + * lto.c: Include attribs.h. + 2017-08-08 Martin Liska * lto-lang.c: Include header files. diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index a3b4d13d27d..31d1488dc86 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. */ -- 2.30.2