Commit 62bb4a4b by Martin Liska Committed by Martin Liska

Add missing header file inclusion.

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

	* brigspec.c: Add missing header file inclusion.

From-SVN: r262214
parent 8a731f44
2018-06-28 Martin Liska <mliska@suse.cz>
* brigspec.c: Add missing header file inclusion.
2018-06-08 David Malcolm <dmalcolm@redhat.com> 2018-06-08 David Malcolm <dmalcolm@redhat.com>
* brigfrontend/brig-to-generic.cc * brigfrontend/brig-to-generic.cc
......
...@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
#include "opt-suggestions.h"
#include "gcc.h" #include "gcc.h"
#include "opts.h" #include "opts.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment