ggc-common.c : Restore needed header for checking=release.

*ggc-common.c : Restore needed header for checking=release.

From-SVN: r229623
This commit is contained in:
Markus Trippelsdorf 2015-10-31 10:57:33 +00:00 committed by Markus Trippelsdorf
parent 6664e41e59
commit 67376cd2a5
2 changed files with 5 additions and 0 deletions

View 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.

View 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"