diff options
Diffstat (limited to 'target/alpha/translate.c')
| -rw-r--r-- | target/alpha/translate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/alpha/translate.c b/target/alpha/translate.c index fb6cac4b53..629ff3cde9 100644 --- a/target/alpha/translate.c +++ b/target/alpha/translate.c @@ -19,13 +19,14 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "sysemu/cpus.h" +#include "system/cpus.h" #include "qemu/host-utils.h" #include "exec/exec-all.h" #include "tcg/tcg-op.h" #include "exec/helper-proto.h" #include "exec/helper-gen.h" #include "exec/translator.h" +#include "exec/translation-block.h" #include "exec/log.h" #define HELPER_H "helper.h" |