diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-02 20:51:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-02 20:51:21 +0000 |
commit | b66d6d2e12129d9bccb2dc63f8520c62a2fbe313 (patch) | |
tree | daaa6f786e875ceab54ae4bac5ee2be8c061faad /gdb/thread.c | |
parent | 29e1842b3697f3e2e4f5b1b31895754fd1426781 (diff) | |
download | gdb-b66d6d2e12129d9bccb2dc63f8520c62a2fbe313.zip gdb-b66d6d2e12129d9bccb2dc63f8520c62a2fbe313.tar.gz gdb-b66d6d2e12129d9bccb2dc63f8520c62a2fbe313.tar.bz2 |
Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: Include "gdb_string.h".
* gdbarch.c: Regenerate.
* regcache.c: Include "gdb_string.h".
* ax-general.c: Ditto.
* varobj.c: Ditto.
* std-regs.c: Ditto.
* fbsd-proc.c: Ditto.
* thread.c: Ditto.
* Makefile.in (regcache.o): Update dependencies.
(thread.o, gdbarch.o): Ditto.
(ax-general.o, gdbarch.o): Ditto.
(varobj.o, std-regs.o): Ditto.
(fbsd-proc.o): Specify dependencies.
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 45130bb..fa5eb27 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -34,6 +34,7 @@ #include "gdbcmd.h" #include "regcache.h" #include "gdb.h" +#include "gdb_string.h" #include <ctype.h> #include <sys/types.h> |