From 141e83d9de92c4947f6bc8dc111d428318d7d36e Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 7 Aug 2017 16:47:56 +0000 Subject: [PATCH] Fix missing include of header file in mips.c. 2017-08-07 Martin Liska * config/mips/mips.c: Include attribs.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250924 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d77a93323e16..7579f410ea86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-08-07 Martin Liska + + * config/mips/mips.c: Include attribs.h. + 2017-08-07 Thomas Koenig PR fortran/68829 diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 6bfd86a07af4..d2737a6ee805 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see #include "df.h" #include "tm_p.h" #include "stringpool.h" +#include "attribs.h" #include "optabs.h" #include "regs.h" #include "emit-rtl.h" -- 2.47.2