From: Nick Clifton Date: Wed, 2 Mar 2011 17:23:09 +0000 (+0000) Subject: * ecoff.c: Incldue filenames.h X-Git-Tag: cgen-snapshot-20110401~449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14aa5a8bf34a6229e81be221d47a5ab6492f6af4;p=platform%2Fupstream%2Fbinutils.git * ecoff.c: Incldue filenames.h --- 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 + + * ecoff.c: Incldue filenames.h + 2011-02-28 Kai Tietz * 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? */