diff options
Diffstat (limited to 'gcc/c-family/array-notation-common.c')
-rw-r--r-- | gcc/c-family/array-notation-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-family/array-notation-common.c b/gcc/c-family/array-notation-common.c index 3b95332..a480994 100644 --- a/gcc/c-family/array-notation-common.c +++ b/gcc/c-family/array-notation-common.c @@ -27,6 +27,8 @@ along with GCC; see the file COPYING3. If not see #include "options.h" #include "c-family/c-common.h" #include "tree-iterator.h" +#include "stringpool.h" +#include "attribs.h" /* Returns true if the function call in FNDECL is __sec_implicit_index. */ |