]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 48cd3f80d43bf009e724c5fbdcd95acf4f80c360..34da96050aa578482b31caf3124a80ddda4dd0c3 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 498853057e56495c1d0e250fc90b20436b86ad95..4bbe9168ff6176deba11d921ecfa8dd524ac83e6 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"