diff options
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r-- | gcc/regstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c index d7307b3a870..cd4a5c44b28 100644 --- a/gcc/regstat.c +++ b/gcc/regstat.c @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "predict.h" #include "rtl.h" #include "df.h" #include "tm_p.h" |