diff options
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 82afd7f..4c23d30 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -34,6 +34,8 @@ along with GCC; see the file COPYING3. If not see #include "optabs.h" #include "recog.h" #include "langhooks.h" +#include "predict.h" +#include "basic-block.h" #include "df.h" #include "target.h" #include "expmed.h" |