diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ggc-common.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48cd3f80d43..34da96050aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-31 Markus Trippelsdorf <markus@trippelsdorf.de> + + *ggc-common.c : Restore needed header for checking=release. + 2015-10-31 Tom de Vries <tom@codesourcery.com> * fold-const.c (fold_unary_loc): Tune POINTER_PLUS_EXPR folding. diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 498853057e5..4bbe9168ff6 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "diagnostic-core.h" #include "ggc-internal.h" +#include "params.h" #include "hosthooks.h" #include "plugin.h" |