diff options
author | Martin Liska <mliska@suse.cz> | 2018-06-28 10:18:01 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2018-06-28 08:18:01 +0000 |
commit | 62bb4a4b25f6176ad2b2902944e6a5058222b00a (patch) | |
tree | b3f21504451badc8d008fef8487056da97ea6cb7 /gcc/brig | |
parent | 8a731f44bfba5ef4a13845e42d781c30abd99a33 (diff) | |
download | gcc-62bb4a4b25f6176ad2b2902944e6a5058222b00a.zip gcc-62bb4a4b25f6176ad2b2902944e6a5058222b00a.tar.gz gcc-62bb4a4b25f6176ad2b2902944e6a5058222b00a.tar.bz2 |
Add missing header file inclusion.
2018-06-28 Martin Liska <mliska@suse.cz>
* brigspec.c: Add missing header file inclusion.
From-SVN: r262214
Diffstat (limited to 'gcc/brig')
-rw-r--r-- | gcc/brig/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/brig/brigspec.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/brig/ChangeLog b/gcc/brig/ChangeLog index 90c51a0..6eb5beb 100644 --- a/gcc/brig/ChangeLog +++ b/gcc/brig/ChangeLog @@ -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 diff --git a/gcc/brig/brigspec.c b/gcc/brig/brigspec.c index 35e2460..2c8a3fa 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" |