* sol-thread.c: Include "gdb_string.h".

This commit is contained in:
Mark Kettenis 2003-09-06 21:09:21 +00:00
parent 3f533aa9ec
commit 6f4492c813
2 changed files with 6 additions and 0 deletions

View 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

View 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 */