summaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-09-06 21:09:21 +0000
committerMark Kettenis <kettenis@gnu.org>2003-09-06 21:09:21 +0000
commit7070efcc9a2c735a48084d6d725a037fc5164fba (patch)
tree6ace96850e90e5df94e8fbed1886a91a21bb42c0 /gdb/sol-thread.c
parent69f07faed4cbeb53b282804ec7c8c0dafe4c4638 (diff)
downloadgdb-7070efcc9a2c735a48084d6d725a037fc5164fba.tar.gz
* sol-thread.c: Include "gdb_string.h".
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r--gdb/sol-thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c
index a96e8cb7494..3a11c31f285 100644
--- a/gdb/sol-thread.c
+++ b/gdb/sol-thread.c
@@ -62,6 +62,8 @@
#include "regcache.h"
#include "symfile.h"
+#include "gdb_string.h"
+
extern struct target_ops sol_thread_ops; /* Forward declaration */
extern struct target_ops sol_core_ops; /* Forward declaration */