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.c | |
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.c')
-rw-r--r-- | gdb/infttrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/infttrace.c b/gdb/infttrace.c index 3f76edb..06bb4b3 100644 --- a/gdb/infttrace.c +++ b/gdb/infttrace.c @@ -28,6 +28,7 @@ #include "gdb_wait.h" #include "command.h" #include "gdbthread.h" +#include "infttrace.h" /* We need pstat functionality so that we can get the exec file for a process we attach to. |