diff options
author | Pierre Muller <muller@sourceware.org> | 2012-09-26 21:23:11 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2012-09-26 21:23:11 +0000 |
commit | 9210735600dd82ece7bb84bc48d4a73167a6cef2 (patch) | |
tree | 3df11f1a508e93155bb32fc2430bc46780daba1a /gdb/rs6000-nat.c | |
parent | 9742094a45c5b9cd2da51d25488a0bb920d2a3e1 (diff) | |
download | gdb-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/rs6000-nat.c')
-rw-r--r-- | gdb/rs6000-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 0ec0429..3eb2cd7 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -53,6 +53,7 @@ #include <a.out.h> #include <sys/file.h> #include "gdb_stat.h" +#include "gdb_bfd.h" #include <sys/core.h> #define __LDINFO_PTRACE32__ /* for __ld_info32 */ #define __LDINFO_PTRACE64__ /* for __ld_info64 */ |