diff options
Diffstat (limited to 'cpu.c')
| -rw-r--r-- | cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.c b/cpu.c index 44df16231f..2e9f931249 100644 --- a/cpu.c +++ b/cpu.c @@ -33,7 +33,7 @@ #endif #include "sysemu/tcg.h" #include "sysemu/kvm.h" -#include "sysemu/replay.h" +#include "exec/replay-core.h" #include "exec/cpu-common.h" #include "exec/exec-all.h" #include "exec/translate-all.h" |