diff options
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r-- | gcc/ggc-common.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index cf28d5b..5acde49 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -23,11 +23,12 @@ #include "config.h" #include "system.h" -#include "ggc.h" -#include "hash.h" #include "rtl.h" #include "tree.h" +#include "tm_p.h" +#include "hash.h" #include "varray.h" +#include "ggc.h" static void ggc_mark_rtx_ptr PARAMS ((void *)); static void ggc_mark_tree_ptr PARAMS ((void *)); |