diff options
author | Pedro Alves <palves@redhat.com> | 2009-06-07 18:41:40 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-06-07 18:41:40 +0000 |
commit | cc35222d222435b67cfe0b4cd876b15b4ace41b7 (patch) | |
tree | cd05ad4fd3464f71994436f41af5d3593de0ec73 /gdb/sol-thread.c | |
parent | 09d3bde977f98e66cd770b080b29e3aa651acd65 (diff) | |
download | gdb-cc35222d222435b67cfe0b4cd876b15b4ace41b7.zip gdb-cc35222d222435b67cfe0b4cd876b15b4ace41b7.tar.gz gdb-cc35222d222435b67cfe0b4cd876b15b4ace41b7.tar.bz2 |
* inferior.h (procfs_first_available): Move declaration to...
* proc-utils.h: ... here.
* sol-thread.c: Include procfs.h and proc-utils.h.
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; |