Add missing include of attribs.h in lto.c
authorTom de Vries <tom@codesourcery.com>
Tue, 8 Aug 2017 10:40:42 +0000 (10:40 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 8 Aug 2017 10:40:42 +0000 (10:40 +0000)
2017-08-08  Tom de Vries  <tom@codesourcery.com>

* lto.c: Include attribs.h.

From-SVN: r250949

gcc/lto/ChangeLog
gcc/lto/lto.c

index cd9de758ec37550fb5d448d4c911127f21f7207c..baeeb393d9b610a2f13c780799e9e68c090124be 100644 (file)
@@ -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.
index a3b4d13d27dbc06652c3824eddf4b8e633e48f17..31d1488dc8661a0c13753930e574996242c427ed 100644 (file)
@@ -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.  */