aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-02 17:23:09 +0000
committerNick Clifton <nickc@redhat.com>2011-03-02 17:23:09 +0000
commit14aa5a8bf34a6229e81be221d47a5ab6492f6af4 (patch)
treee3fb2d1463f9c099dda4a3675a4ad87e0639c382 /gas
parentddcf1fcfb23a8f27e67cd8b0a60ab4dae05b7fa8 (diff)
downloadgdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.zip
gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.tar.gz
gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.tar.bz2
* ecoff.c: Incldue filenames.h
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/ecoff.c2
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? */