aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc-plugin.h
diff options
context:
space:
mode:
authorMingjie Xing <mingjie.xing@gmail.com>2010-11-30 07:13:29 +0000
committerMingjie Xing <xmj@gcc.gnu.org>2010-11-30 07:13:29 +0000
commit654e56c92e6e615f2147bb7b116f547b92b34a9a (patch)
treef2fc9354c48fd268a0d26934b441373ac3bf6935 /gcc/gcc-plugin.h
parent70d94de70a60be840a8db87b38199dec8d407844 (diff)
downloadgcc-654e56c92e6e615f2147bb7b116f547b92b34a9a.zip
gcc-654e56c92e6e615f2147bb7b116f547b92b34a9a.tar.gz
gcc-654e56c92e6e615f2147bb7b116f547b92b34a9a.tar.bz2
Include coretypes.h in gcc-plugin.h & Add hard-reg-set.h in FUNCTION_H.
From-SVN: r167290
Diffstat (limited to 'gcc/gcc-plugin.h')
-rw-r--r--gcc/gcc-plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h
index 7573fa2..b98bcb6 100644
--- a/gcc/gcc-plugin.h
+++ b/gcc/gcc-plugin.h
@@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
+#include "coretypes.h"
#include "highlev-plugin-common.h"
#include "hashtab.h"