ggc-common.c : Restore needed header for checking=release.
authortrippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 2015 10:57:33 +0000 (10:57 +0000)
committertrippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 2015 10:57:33 +0000 (10:57 +0000)
       *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

gcc/ChangeLog
gcc/ggc-common.c

index 48cd3f8..34da960 100644 (file)
@@ -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.
index 4988530..4bbe916 100644 (file)
@@ -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"