diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-28 19:54:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-28 19:54:41 +0000 |
commit | 03a6838dd3cde4562bb00ba14d31722546938818 (patch) | |
tree | f599fd7329abc788ea3480b6e9053a9336a48395 /gdb/coff-solib.c | |
parent | d1e373d15c0fbfbfe1f473912173154eae857d6f (diff) | |
download | gdb-03a6838dd3cde4562bb00ba14d31722546938818.tar.gz |
From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
* coff-solib.c: Include symfile.h and objfiles.h to make
OBJF_SHARED visible.
Diffstat (limited to 'gdb/coff-solib.c')
-rw-r--r-- | gdb/coff-solib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/coff-solib.c b/gdb/coff-solib.c index 0f3bc76e408..fc13bca7b00 100644 --- a/gdb/coff-solib.c +++ b/gdb/coff-solib.c @@ -25,6 +25,8 @@ #include "bfd.h" #include "gdbcore.h" #include "symtab.h" +#include "symfile.h" +#include "objfiles.h" /* |