projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f533aa
)
* sol-thread.c: Include "gdb_string.h".
author
Mark Kettenis
<kettenis@gnu.org>
Sat, 6 Sep 2003 21:09:21 +0000
(21:09 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Sat, 6 Sep 2003 21:09:21 +0000
(21:09 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/sol-thread.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 1125f5b5fc4e2367b611840efe40faa193e261af..25eb61ddcdb10f6bbcc190aba22775fb24989cbd 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2003-09-06 Mark Kettenis <kettenis@gnu.org>
+
+ * sol-thread.c: Include "gdb_string.h".
+
2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
* gcore.c: Reorder include files in alphabetical order. Include
diff --git
a/gdb/sol-thread.c
b/gdb/sol-thread.c
index a96e8cb7494ec199dbaa65a03f9525858565397a..3a11c31f2856a5b8c20d4a80403001767408c79d 100644
(file)
--- 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 */