aboutsummaryrefslogtreecommitdiff
path: root/gdb/target/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target/target.h')
-rw-r--r--gdb/target/target.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/target/target.h b/gdb/target/target.h
index a66459c..393272b 100644
--- a/gdb/target/target.h
+++ b/gdb/target/target.h
@@ -21,6 +21,8 @@
#define TARGET_TARGET_H
#include "target/waitstatus.h"
+#include "target/wait.h"
+
/* This header is a stopgap until more code is shared. */
/* Read LEN bytes of target memory at address MEMADDR, placing the
@@ -84,7 +86,7 @@ extern void target_continue (ptid_t ptid, enum gdb_signal signal);
options. */
extern ptid_t target_wait (ptid_t ptid, struct target_waitstatus *status,
- int options);
+ target_wait_flags options);
/* The inferior process has died. Do what is right. */