diff options
Diffstat (limited to 'replay/replay-random.c')
-rw-r--r-- | replay/replay-random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/replay/replay-random.c b/replay/replay-random.c index afc7a0f..7f4c46f 100644 --- a/replay/replay-random.c +++ b/replay/replay-random.c @@ -11,7 +11,7 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" -#include "sysemu/replay.h" +#include "system/replay.h" #include "replay-internal.h" void replay_save_random(int ret, void *buf, size_t len) |