summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2012-09-26 21:23:10 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2012-09-26 21:23:10 +0000
commitebf0d7d4281267a88378a76de83bd3d2cac27d4f (patch)
treeccbbba66491cdf957b2de005999f0f71c667c47f /gdb/procfs.c
parentd0c4f458202243735b3bfc1d44f5fed2818aa628 (diff)
downloadgdb-ebf0d7d4281267a88378a76de83bd3d2cac27d4f.tar.gz
* 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 ee2b123ad93..30110178aa0 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"