diff options
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 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" |