From: Martin Liska Date: Thu, 28 Jun 2018 08:18:01 +0000 (+0200) Subject: Add missing header file inclusion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62bb4a4b25f6176ad2b2902944e6a5058222b00a;p=gcc.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 90c51a06e04..6eb5beb6a46 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 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"