* elfread.c: Include elf-bfd.h rather than libelf.h.

This commit is contained in:
Fred Fish
1995-10-31 23:58:52 +00:00
parent d033806fda
commit a99d0ef1ea
2 changed files with 5 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#include "bfd.h"
#include "gdb_string.h"
#include "libelf.h"
#include "elf-bfd.h"
#include "elf/mips.h"
#include "symtab.h"
#include "symfile.h"