From f964d011bf5b6c9a6f7eaf5ccafc1a716974bb1c Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 28 Jun 2018 08:18:01 +0000 Subject: [PATCH] Add missing header file inclusion. 2018-06-28 Martin Liska * brigspec.c: Add missing header file inclusion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262214 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/brig/ChangeLog | 4 ++++ gcc/brig/brigspec.c | 1 + 2 files changed, 5 insertions(+) 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" -- 2.11.4.GIT