* sol-thread.c: Include "gdb_string.h".
authorMark Kettenis <kettenis@gnu.org>
Sat, 6 Sep 2003 21:09:21 +0000 (21:09 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 6 Sep 2003 21:09:21 +0000 (21:09 +0000)
gdb/ChangeLog
gdb/sol-thread.c

index 1125f5b..25eb61d 100644 (file)
@@ -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
index a96e8cb..3a11c31 100644 (file)
@@ -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 */