diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index b20134c9d00..ec1245b3cc7 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -64,7 +64,7 @@ #include "solib.h" #include "symfile.h" #include "observer.h" -#include "gdb_string.h" +#include <string.h> #include "procfs.h" struct target_ops sol_thread_ops; |