diff options
Diffstat (limited to 'gdb/target-debug.h')
-rw-r--r-- | gdb/target-debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/target-debug.h b/gdb/target-debug.h index 20ba1f7..7f1b6d0 100644 --- a/gdb/target-debug.h +++ b/gdb/target-debug.h @@ -38,6 +38,10 @@ more simply done there, and target_xfer_partial additionally bypasses the debug target. */ +#include "gdbsupport/x86-xstate.h" +#include "target.h" +#include "target/wait.h" +#include "target/waitstatus.h" /* Helper macro. */ |