OSDN Git Service

* g++.dg/plugin/decl_plugin.c: Include diagnostic.h.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Aug 2011 14:09:44 +0000 (14:09 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Aug 2011 14:09:44 +0000 (14:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177856 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/plugin/decl_plugin.c

index 1bcb031..d47caaf 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/plugin/decl_plugin.c: Include diagnostic.h.
+
 2011-08-18  Dodji Seketeli  <dodji@redhat.com>
 
        PR c++/45625
index 879b09a..d44c8f9 100644 (file)
@@ -8,6 +8,7 @@
 #include "tree.h"
 #include "tree-pass.h"
 #include "intl.h"
+#include "diagnostic.h"
 
 int plugin_is_GPL_compatible;