From: Mark Kettenis Date: Sat, 6 Sep 2003 21:09:21 +0000 (+0000) Subject: * sol-thread.c: Include "gdb_string.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f4492c813f94dec379a5cadcb26a951a20c9578;p=binutils-gdb.git * sol-thread.c: Include "gdb_string.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1125f5b5fc4..25eb61ddcdb 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 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 */