Hi.

This is small fallout of the patch. Installed as obvious.

Martin
>From ee45f39052dcd2efe468f3e6efc6608b77ab6054 Mon Sep 17 00:00:00 2001
From: marxin <mli...@suse.cz>
Date: Mon, 7 Aug 2017 18:42:38 +0200
Subject: [PATCH] Fix missing include of header file in mips.c.

gcc/ChangeLog:

2017-08-07  Martin Liska  <mli...@suse.cz>

	* config/mips/mips.c: Include attribs.h.
---
 gcc/config/mips/mips.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index 6bfd86a07af..d2737a6ee80 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.13.3

Reply via email to