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