diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/remote-m32r-sdi.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8011f96..a0c7668 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-02-06 Doug Evans <dje@google.com> + * remote-m32r-sdi.c: Include symfile.h. + +2015-02-06 Doug Evans <dje@google.com> + * symtab.h (clear_symtab_users, deduce_language_from_filename): Move * symfile.h (clear_symtab_users, deduce_language_from_filename): ... to here. diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index 6052386..c55b75c 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -40,7 +40,7 @@ #include <time.h> #include "gdb_bfd.h" #include "cli/cli-utils.h" - +#include "symfile.h" #include "serial.h" /* Descriptor for I/O to remote machine. */ |