diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 028e036..8c7865b 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -65,8 +65,9 @@ #include "solib.h" #include "symfile.h" #include "observer.h" - #include "gdb_string.h" +#include <sys/procfs.h> +#include "proc-utils.h" struct target_ops sol_thread_ops; |