From: Martin Liska Date: Thu, 28 Jun 2018 08:18:01 +0000 (+0200) Subject: Add missing header file inclusion. X-Git-Tag: basepoints/gcc-10~5649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62bb4a4b25f6176ad2b2902944e6a5058222b00a;p=thirdparty%2Fgcc.git Add missing header file inclusion. 2018-06-28 Martin Liska * brigspec.c: Add missing header file inclusion. From-SVN: r262214 --- diff --git a/gcc/brig/ChangeLog b/gcc/brig/ChangeLog index 90c51a06e04d..6eb5beb6a460 100644 --- a/gcc/brig/ChangeLog +++ b/gcc/brig/ChangeLog @@ -1,3 +1,7 @@ +2018-06-28 Martin Liska + + * brigspec.c: Add missing header file inclusion. + 2018-06-08 David Malcolm * brigfrontend/brig-to-generic.cc diff --git a/gcc/brig/brigspec.c b/gcc/brig/brigspec.c index 35e2460b1e50..2c8a3faf8ffb 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"