From: marxin Date: Mon, 7 Aug 2017 16:47:56 +0000 (+0000) Subject: Fix missing include of header file in mips.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141e83d9de92c4947f6bc8dc111d428318d7d36e;p=thirdparty%2Fgcc.git 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 --- 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"