diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c/c-typeck.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 1cf5883..e95c54d 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,7 @@ +2013-11-12 Andrew MacLeod <amacleod@redhat.com> + + * c/c-typeck.c: Include gimplify.h. + 2013-11-12 Joseph Myers <joseph@codesourcery.com> * c-tree.h (struct c_declspecs): Add thread_gnu_p field. diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c index 5ef1f93..1cf9b45 100644 --- a/gcc/c/c-typeck.c +++ b/gcc/c/c-typeck.c @@ -36,7 +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" #include "c-family/c-objc.h" |