diff mbox series

[OBVIOUS] Add missing header file inclusion.

Message ID 6229c15b-d1d3-8798-2127-bc8bcb7784f8@suse.cz
State New
Headers show
Series [OBVIOUS] Add missing header file inclusion. | expand

Commit Message

Martin Liška June 28, 2018, 8:15 a.m. UTC
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(+)
diff mbox series

Patch

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"