From 6f4492c813f94dec379a5cadcb26a951a20c9578 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 6 Sep 2003 21:09:21 +0000 Subject: [PATCH] * sol-thread.c: Include "gdb_string.h". --- gdb/ChangeLog | 4 ++++ gdb/sol-thread.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1125f5b5fc..25eb61ddcd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-09-06 Mark Kettenis + + * sol-thread.c: Include "gdb_string.h". + 2003-09-03 Mark Kettenis * gcore.c: Reorder include files in alphabetical order. Include diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index a96e8cb749..3a11c31f28 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 */ -- 2.34.1