]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing header file inclusion.
authorMartin Liska <mliska@suse.cz>
Thu, 28 Jun 2018 08:18:01 +0000 (10:18 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 28 Jun 2018 08:18:01 +0000 (08:18 +0000)
2018-06-28  Martin Liska  <mliska@suse.cz>

* brigspec.c: Add missing header file inclusion.

From-SVN: r262214

gcc/brig/ChangeLog
gcc/brig/brigspec.c

index 90c51a06e04dea2290ad3bf004427bdf0b6b3fb6..6eb5beb6a4606e85f29d7f649b09b3b7da32e636 100644 (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
index 35e2460b1e5043ed43ba529d731c5e82a3cffcf8..2c8a3faf8ffbb804b7f1ad1ad0358e3261ad32ef 100644 (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"