diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-28 19:48:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-28 19:48:15 +0000 |
commit | f87985124e207659cabd278bf01bed1991e9a50d (patch) | |
tree | be467d9a721b1c9f787d45beffaa4c107cb7dfbb /gdb/thread.c | |
parent | 37abaa34591554339c0c20e0a1c4e49840f12628 (diff) | |
download | gdb-f87985124e207659cabd278bf01bed1991e9a50d.tar.gz |
Move libgdb library functions to gdb.h (new file).
Update everything related to this.
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 210b9461bfc..668fccafcb5 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -33,6 +33,7 @@ #include "command.h" #include "gdbcmd.h" #include "regcache.h" +#include "gdb.h" #include <ctype.h> #include <sys/types.h> |