From: Tom de Vries Date: Tue, 8 Aug 2017 10:40:42 +0000 (+0000) Subject: Add missing include of attribs.h in lto.c X-Git-Tag: basepoints/gcc-9~5538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eac3ab4aa4fbdaec242605f636a9acce417fad9f;p=thirdparty%2Fgcc.git Add missing include of attribs.h in lto.c 2017-08-08 Tom de Vries * lto.c: Include attribs.h. From-SVN: r250949 --- diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index cd9de758ec37..baeeb393d9b6 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 a3b4d13d27db..31d1488dc866 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. */