summaryrefslogtreecommitdiff
path: root/gdb/thread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-07-28 19:48:15 +0000
committerAndrew Cagney <cagney@redhat.com>2001-07-28 19:48:15 +0000
commitf87985124e207659cabd278bf01bed1991e9a50d (patch)
treebe467d9a721b1c9f787d45beffaa4c107cb7dfbb /gdb/thread.c
parent37abaa34591554339c0c20e0a1c4e49840f12628 (diff)
downloadgdb-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.c1
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>