From 9dd42d1716e8af12d385a5bb94c24ecd3cfddfaa Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 2 Mar 2011 17:23:09 +0000 Subject: [PATCH] * ecoff.c: Incldue filenames.h --- gas/ChangeLog | 4 ++++ gas/ecoff.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8fcce3e0f..f53dd03ff 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 27e48e5f0..102ce9e82 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? */ -- 2.11.4.GIT