Add missing header file inclusion.

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

	* brigspec.c: Add missing header file inclusion.

From-SVN: r262214
This commit is contained in:
Martin Liska 2018-06-28 10:18:01 +02:00 committed by Martin Liska
parent 8a731f44bf
commit 62bb4a4b25
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2018-06-28 Martin Liska <mliska@suse.cz>
* brigspec.c: Add missing header file inclusion.
2018-06-08 David Malcolm <dmalcolm@redhat.com>
* brigfrontend/brig-to-generic.cc

View File

@ -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"