diff options
author | Mingjie Xing <mingjie.xing@gmail.com> | 2010-11-30 07:13:29 +0000 |
---|---|---|
committer | Mingjie Xing <xmj@gcc.gnu.org> | 2010-11-30 07:13:29 +0000 |
commit | 654e56c92e6e615f2147bb7b116f547b92b34a9a (patch) | |
tree | f2fc9354c48fd268a0d26934b441373ac3bf6935 /gcc/gcc-plugin.h | |
parent | 70d94de70a60be840a8db87b38199dec8d407844 (diff) | |
download | gcc-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.h | 1 |
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" |