* ecoff.c: Incldue filenames.h
authorNick Clifton <nickc@redhat.com>
Wed, 2 Mar 2011 17:23:09 +0000 (17:23 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 2 Mar 2011 17:23:09 +0000 (17:23 +0000)
gas/ChangeLog
gas/ecoff.c

index 8fcce3e..f53dd03 100644 (file)
@@ -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.
index 27e48e5..102ce9e 100644 (file)
@@ -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?  */