summary refs log tree commit diff stats
path: root/system/watchpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/watchpoint.c')
-rw-r--r--system/watchpoint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/watchpoint.c b/system/watchpoint.c
index 2aa2a9ea63..08dbd8483d 100644
--- a/system/watchpoint.c
+++ b/system/watchpoint.c
@@ -19,7 +19,8 @@
 
 #include "qemu/osdep.h"
 #include "qemu/error-report.h"
-#include "exec/exec-all.h"
+#include "exec/cputlb.h"
+#include "exec/target_page.h"
 #include "hw/core/cpu.h"
 
 /* Add a watchpoint.  */