* rs6000-nat.c: Include libbfd.h again, needed until reference

to bfd_cache_lookup is cleaned out.
This commit is contained in:
Stan Shebs
1994-08-22 19:48:31 +00:00
parent 2656b343e1
commit 886955e7cc
2 changed files with 4 additions and 0 deletions

View File

@ -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>