aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@spamcop.net>2009-11-26 06:23:17 +0000
committerJoern Rennecke <amylaar@spamcop.net>2009-11-26 06:23:17 +0000
commita5038e54c66948fe9fd253dbeaafe6855cea6ffa (patch)
tree13e02516419653b128e3715c7750bdda4d55b6b0
parent9acb19734f79e4b0ef69d7ce9af93da4ccebfd7b (diff)
* gcc-plugin.h (hashtab.h): Include.ici-20091108-branch
* Makefile.in (GCC_PLUGIN_H): Add $(HASHTAB_H). git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ici-20091108-branch@154669 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/Makefile.in3
-rw-r--r--gcc/gcc-plugin.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 2fb8d88e97f..f4070b67ef2 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -934,7 +934,8 @@ TREE_VECTORIZER_H = tree-vectorizer.h $(TREE_DATA_REF_H)
IPA_PROP_H = ipa-prop.h $(TREE_H) vec.h $(CGRAPH_H)
GSTAB_H = gstab.h stab.def
BITMAP_H = bitmap.h $(HASHTAB_H) statistics.h
-GCC_PLUGIN_H = gcc-plugin.h highlev-plugin-common.h $(CONFIG_H) $(SYSTEM_H)
+GCC_PLUGIN_H = gcc-plugin.h highlev-plugin-common.h $(CONFIG_H) $(SYSTEM_H) \
+ $(HASHTAB_H)
PLUGIN_H = plugin.h $(GCC_PLUGIN_H)
PLUGIN_VERSION_H = plugin-version.h configargs.h
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h
index da5eb725662..bf588c393c5 100644
--- a/gcc/gcc-plugin.h
+++ b/gcc/gcc-plugin.h
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "highlev-plugin-common.h"
+#include "hashtab.h"
/* Event names. */
enum plugin_event