summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-31 10:57:33 +0000
committertrippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-31 10:57:33 +0000
commitdbcfd357daf1c1b3da938558725bddd5dd568a25 (patch)
tree185bacfd6b035081766b2f63689dd1ccc9dbf029
parent5569a36f8123867c2ad6efd4effebc55ea778af7 (diff)
downloadgcc-dbcfd357daf1c1b3da938558725bddd5dd568a25.tar.gz
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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/ggc-common.c1
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"