aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2012-09-26 21:23:11 +0000
committerPierre Muller <muller@sourceware.org>2012-09-26 21:23:11 +0000
commit9210735600dd82ece7bb84bc48d4a73167a6cef2 (patch)
tree3df11f1a508e93155bb32fc2430bc46780daba1a /gdb/procfs.c
parent9742094a45c5b9cd2da51d25488a0bb920d2a3e1 (diff)
downloadgdb-9210735600dd82ece7bb84bc48d4a73167a6cef2.zip
gdb-9210735600dd82ece7bb84bc48d4a73167a6cef2.tar.gz
gdb-9210735600dd82ece7bb84bc48d4a73167a6cef2.tar.bz2
* procfs.c: Add gdb_bfd header.
* rs6000-nat.c: Likewise. * solib-pa64.c: Likewise. * spu-linux-nat.c: Likewise. * windows-nat.c: Likewise.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index ee2b123..3011017 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -45,6 +45,7 @@
#include "gdb_wait.h"
#include <signal.h>
#include <ctype.h>
+#include "gdb_bfd.h"
#include "gdb_string.h"
#include "gdb_assert.h"
#include "inflow.h"