diff options
Diffstat (limited to 'gcc/varray.c')
-rw-r--r-- | gcc/varray.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/varray.c b/gcc/varray.c index 51e3e8bc142..877c1a396c6 100644 --- a/gcc/varray.c +++ b/gcc/varray.c @@ -22,6 +22,8 @@ #include "config.h" #include "errors.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "varray.h" #include "ggc.h" |