aboutsummaryrefslogtreecommitdiff
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
commit5b7f31a409c4cf665493580e9087f293298255dc (patch)
treeb936d1ef981f869c7ef1a8354b48fd3ee58d9d8a /gdb/thread.c
parent8aaf581c5dfbcf0645ac94ee8c54f3a0279765bb (diff)
downloadgdb-5b7f31a409c4cf665493580e9087f293298255dc.zip
gdb-5b7f31a409c4cf665493580e9087f293298255dc.tar.gz
gdb-5b7f31a409c4cf665493580e9087f293298255dc.tar.bz2
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 210b946..668fcca 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>