diff options
Diffstat (limited to 'gcc/ggc-simple.c')
-rw-r--r-- | gcc/ggc-simple.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c index cb9364b..841f50b 100644 --- a/gcc/ggc-simple.c +++ b/gcc/ggc-simple.c @@ -22,10 +22,11 @@ #include "system.h" #include "rtl.h" #include "tree.h" -#include "ggc.h" +#include "tm_p.h" #include "flags.h" #include "varray.h" #include "hash.h" +#include "ggc.h" /* Debugging flags. */ |