public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][OBVIOUS] Add missing header file inclusion.
@ 2018-06-28 19:05 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2018-06-28 19:05 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Biener

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

Hi.

This fixes:

In file included from /space/rguenther/src/svn/trunk/gcc/brig/brigspec.c:26:
/space/rguenther/src/svn/trunk/gcc/gcc.h:60:3: error: ‘option_proposer’ does not name a type
   option_proposer m_option_proposer;

Installed as obvious.

Martin

gcc/brig/ChangeLog:

2018-06-28  Martin Liska  <mliska@suse.cz>

	* brigspec.c: Add missing header file inclusion.
---
 gcc/brig/brigspec.c | 1 +
 1 file changed, 1 insertion(+)



[-- Attachment #2: 0001-Add-missing-header-file-inclusion.patch --]
[-- Type: text/x-patch, Size: 346 bytes --]

diff --git a/gcc/brig/brigspec.c b/gcc/brig/brigspec.c
index 35e2460b1e5..2c8a3faf8ff 100644
--- a/gcc/brig/brigspec.c
+++ b/gcc/brig/brigspec.c
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tm.h"
+#include "opt-suggestions.h"
 #include "gcc.h"
 #include "opts.h"
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-28 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-28 19:05 [PATCH][OBVIOUS] Add missing header file inclusion Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).