diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/c/c-typeck.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index b9b9dc9..6d39009 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,7 @@ +2013-11-14 Andrew MacLeod <amacleod@redhat.com> + + * c-typeck.c: Include only gimplify.h and gimple.h as needed. + 2013-11-13 Joseph Myers <joseph@codesourcery.com> * c-tree.h (c_typespec_keyword): Add cts_auto_type. @@ -16,7 +20,7 @@ 2013-11-12 Andrew MacLeod <amacleod@redhat.com> - * c/c-typeck.c: Include gimplify.h. + * c-typeck.c: Include gimplify.h. 2013-11-12 Joseph Myers <joseph@codesourcery.com> diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c index 1cf9b45..a9c9e6e 100644 --- a/gcc/c/c-typeck.c +++ b/gcc/c/c-typeck.c @@ -36,6 +36,7 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "tree-iterator.h" #include "bitmap.h" +#include "gimple.h" #include "gimplify.h" #include "tree-inline.h" #include "omp-low.h" |