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/spu-linux-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/spu-linux-nat.c')
-rw-r--r-- | gdb/spu-linux-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c index 999f1ab..1932aae 100644 --- a/gdb/spu-linux-nat.c +++ b/gdb/spu-linux-nat.c @@ -29,6 +29,7 @@ #include "symfile.h" #include "gdb_wait.h" #include "gdbthread.h" +#include "gdb_bfd.h" #include <sys/ptrace.h> #include <asm/ptrace.h> |