diff options
Diffstat (limited to 'system/watchpoint.c')
-rw-r--r-- | system/watchpoint.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/watchpoint.c b/system/watchpoint.c index 2aa2a9e..21d0bb3 100644 --- a/system/watchpoint.c +++ b/system/watchpoint.c @@ -19,7 +19,9 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" -#include "exec/exec-all.h" +#include "exec/cputlb.h" +#include "exec/target_page.h" +#include "exec/watchpoint.h" #include "hw/core/cpu.h" /* Add a watchpoint. */ |