From 47875a37c1a830509dd50c23a6673f12240fdd22 Mon Sep 17 00:00:00 2001 From: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250949 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 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. */ -- 2.47.2