aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-eb.c
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-06-08 23:17:01 +0000
committerK. Richard Pixley <rich@cygnus>1993-06-08 23:17:01 +0000
commit45d8db87f0f9efa8b1edadc0022dc0b62a916105 (patch)
treed22198674773d4bb3c45c2f9f42fbdad3bee8c77 /gdb/remote-eb.c
parent54d44c8c3d04c80d8a82cef6d327f3b2f3dfaa47 (diff)
downloadfsf-binutils-gdb-45d8db87f0f9efa8b1edadc0022dc0b62a916105.zip
fsf-binutils-gdb-45d8db87f0f9efa8b1edadc0022dc0b62a916105.tar.gz
fsf-binutils-gdb-45d8db87f0f9efa8b1edadc0022dc0b62a916105.tar.bz2
symfile.h requires bfd.h so include it
Diffstat (limited to 'gdb/remote-eb.c')
-rw-r--r--gdb/remote-eb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c
index cb79d15..efe3c13 100644
--- a/gdb/remote-eb.c
+++ b/gdb/remote-eb.c
@@ -31,6 +31,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "a29k/tm-a29k.h"
#include "inferior.h"
+#include "bfd.h"
#include "symfile.h"
#include "wait.h"
#include "value.h"