aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2011-08-24 12:07:28 +0000
committerLuis Machado <luisgpm@br.ibm.com>2011-08-24 12:07:28 +0000
commit13da1c9782f523debe697aa1415b7b4f96fe4f93 (patch)
tree0cc8eb2413196e9f8c4af3cb2e4e1d7f0524add3 /gdb/linux-thread-db.c
parentf040079fa2855244f39a6a39d6f03a4e80128d6d (diff)
downloadgdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.zip
gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.gz
gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.bz2
Move common linux procfs code to common/
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r--gdb/linux-thread-db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c
index 6427f8b..dda2bff 100644
--- a/gdb/linux-thread-db.c
+++ b/gdb/linux-thread-db.c
@@ -40,6 +40,7 @@
#include "gdbcore.h"
#include "observer.h"
#include "linux-nat.h"
+#include "linux-procfs.h"
#include <signal.h>