aboutsummaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-06-07 18:41:40 +0000
committerPedro Alves <palves@redhat.com>2009-06-07 18:41:40 +0000
commitcc35222d222435b67cfe0b4cd876b15b4ace41b7 (patch)
treecd05ad4fd3464f71994436f41af5d3593de0ec73 /gdb/sol-thread.c
parent09d3bde977f98e66cd770b080b29e3aa651acd65 (diff)
downloadgdb-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.c3
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;