summaryrefslogtreecommitdiff
path: root/gdb/rs6000-nat.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-08-22 19:48:31 +0000
committerStan Shebs <shebs@codesourcery.com>1994-08-22 19:48:31 +0000
commit886955e7ccdac9250b3637a439aeca3f2e71f8d5 (patch)
treea0cb90e659b582c84bdecb427ac896299568ec6b /gdb/rs6000-nat.c
parent2656b343e139a6feb15984f0c51fdecbeb2c77cb (diff)
downloadbinutils-gdb-886955e7ccdac9250b3637a439aeca3f2e71f8d5.tar.gz
* rs6000-nat.c: Include libbfd.h again, needed until reference
to bfd_cache_lookup is cleaned out.
Diffstat (limited to 'gdb/rs6000-nat.c')
-rw-r--r--gdb/rs6000-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c
index c6f5c5f64e5..a5615fe6f7c 100644
--- a/gdb/rs6000-nat.c
+++ b/gdb/rs6000-nat.c
@@ -24,6 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "xcoffsolib.h"
#include "symfile.h"
#include "objfiles.h"
+#include "libbfd.h" /* For bfd_cache_lookup (FIXME) */
#include "bfd.h"
#include <sys/ptrace.h>