From: trippels Date: Sat, 31 Oct 2015 10:57:33 +0000 (+0000) Subject: ggc-common.c : Restore needed header for checking=release. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbcfd357daf1c1b3da938558725bddd5dd568a25;p=thirdparty%2Fgcc.git ggc-common.c : Restore needed header for checking=release. *ggc-common.c : Restore needed header for checking=release. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229623 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48cd3f80d43b..34da96050aa5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-31 Markus Trippelsdorf + + *ggc-common.c : Restore needed header for checking=release. + 2015-10-31 Tom de Vries * fold-const.c (fold_unary_loc): Tune POINTER_PLUS_EXPR folding. diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 498853057e56..4bbe9168ff61 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"