diff --git a/gas/ChangeLog b/gas/ChangeLog index 8fcce3e0f46..f53dd03ff2e 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 27e48e5f0b6..102ce9e8239 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? */