diff options
Diffstat (limited to 'gcc/ggc-none.c')
-rw-r--r-- | gcc/ggc-none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index 4d3844b1811..cea6fad10a3 100644 --- a/gcc/ggc-none.c +++ b/gcc/ggc-none.c @@ -29,7 +29,7 @@ #include "system.h" #include "coretypes.h" -#include "ggc.h" +#include "hash-table.h" /* For a given size of memory requested for allocation, return the actual size that is going to be allocated. */ |