diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index 1d73bcd..d538e02 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -57,7 +57,9 @@ struct expression; it goes into the file stratum, which is always below the process stratum. */ -#include "target-common.h" +#include "target/resume.h" +#include "target/wait.h" +#include "target/waitstatus.h" #include "bfd.h" #include "symtab.h" #include "memattr.h" |