diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-02 17:23:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-02 17:23:09 +0000 |
commit | 14aa5a8bf34a6229e81be221d47a5ab6492f6af4 (patch) | |
tree | e3fb2d1463f9c099dda4a3675a4ad87e0639c382 | |
parent | ddcf1fcfb23a8f27e67cd8b0a60ab4dae05b7fa8 (diff) | |
download | fsf-binutils-gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.zip fsf-binutils-gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.tar.gz fsf-binutils-gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.tar.bz2 |
* ecoff.c: Incldue filenames.h
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/ecoff.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8fcce3e..f53dd03 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-03-02 Nick Clifton <nickc@redhat.com> + + * ecoff.c: Incldue filenames.h + 2011-02-28 Kai Tietz <kai.tietz@onevision.com> * depend.c (register_dependency): Use filename_(n)cmp. diff --git a/gas/ecoff.c b/gas/ecoff.c index 27e48e5..102ce9e 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -37,7 +37,7 @@ #include "coff/internal.h" #include "coff/symconst.h" #include "aout/stab_gnu.h" - +#include "filenames.h" #include "safe-ctype.h" /* Why isn't this in coff/sym.h? */ |