aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-05-26 15:38:40 +0000
committerRandolph Chung <tausq@debian.org>2004-05-26 15:38:40 +0000
commit779af9e343e8fea4bcd59eb8c27989ff8e0a7824 (patch)
tree79ca027a9a9320e8423487dde74c5210176f7c72
parente49f502242bc5fc72547397cd344aea5b9f53a14 (diff)
downloadgdb-779af9e343e8fea4bcd59eb8c27989ff8e0a7824.zip
gdb-779af9e343e8fea4bcd59eb8c27989ff8e0a7824.tar.gz
gdb-779af9e343e8fea4bcd59eb8c27989ff8e0a7824.tar.bz2
2004-05-26 Randolph Chung <tausq@debian.org>
* infttrace.h (target_waitkind): Forward declare type instead of pulling in header file.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/infttrace.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 24bd004..7d3434a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-26 Randolph Chung <tausq@debian.org>
+
+ * infttrace.h (target_waitkind): Forward declare type instead of pulling
+ in header file.
+
2004-05-25 Joel Brobecker <brobecker@gnat.com>
* NEWS: Document new "start" command.
diff --git a/gdb/infttrace.h b/gdb/infttrace.h
index 44786d9..c947cc0 100644
--- a/gdb/infttrace.h
+++ b/gdb/infttrace.h
@@ -22,7 +22,7 @@
#ifndef INFTTRACE_H
#define INFTTRACE_H
-#include "target.h" /* For enum target_waitkind. */
+enum target_waitkind;
extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int);
extern pid_t hppa_switched_threads (pid_t gdb_pid);