diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-06 18:29:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-06 18:29:10 +0000 |
commit | 6339dc9ee14e692372b33c9d9c016cd81629888d (patch) | |
tree | cfdc4a7b7b26ee17f82ee0fce9ddac6d6634c2c2 /gdb/infttrace.h | |
parent | 6d5189699cd755651791c79e9a4ab7c23484267b (diff) | |
download | gdb-6339dc9ee14e692372b33c9d9c016cd81629888d.zip gdb-6339dc9ee14e692372b33c9d9c016cd81629888d.tar.gz gdb-6339dc9ee14e692372b33c9d9c016cd81629888d.tar.bz2 |
2004-04-06 Andrew Cagney <cagney@redhat.com>
* infttrace.c: Include "infttrace.h".
* infttrace.h: Include "target.h".
* Makefile.in (infttrace_h): Update.
(infttrace.o): Update.
Diffstat (limited to 'gdb/infttrace.h')
-rw-r--r-- | gdb/infttrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/infttrace.h b/gdb/infttrace.h index b3f4092..44786d9 100644 --- a/gdb/infttrace.h +++ b/gdb/infttrace.h @@ -22,6 +22,8 @@ #ifndef INFTTRACE_H #define INFTTRACE_H +#include "target.h" /* For enum target_waitkind. */ + extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int); extern pid_t hppa_switched_threads (pid_t gdb_pid); extern int hpux_has_forked (int pid, int *childpid); |