diff options
author | Markus Trippelsdorf <markus@trippelsdorf.de> | 2015-10-31 10:57:33 +0000 |
---|---|---|
committer | Markus Trippelsdorf <trippels@gcc.gnu.org> | 2015-10-31 10:57:33 +0000 |
commit | 67376cd2a504c8357d4433f8262b819a8f5af0d9 (patch) | |
tree | 185bacfd6b035081766b2f63689dd1ccc9dbf029 /gcc/ggc-common.c | |
parent | 6664e41e591d16225bbed95a41d43c44464894fd (diff) | |
download | gcc-67376cd2a504c8357d4433f8262b819a8f5af0d9.zip gcc-67376cd2a504c8357d4433f8262b819a8f5af0d9.tar.gz gcc-67376cd2a504c8357d4433f8262b819a8f5af0d9.tar.bz2 |
ggc-common.c : Restore needed header for checking=release.
*ggc-common.c : Restore needed header for checking=release.
From-SVN: r229623
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r-- | gcc/ggc-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 4988530..4bbe916 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" |