summaryrefslogtreecommitdiff
path: root/gas/ecoff.c
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
commit9dd42d1716e8af12d385a5bb94c24ecd3cfddfaa (patch)
treec81b71926b0cd8cf1ebd8dff4df02c75825bc593 /gas/ecoff.c
parent48f31ce4ef4ab4b9e840e8cb2efadc46c17e9749 (diff)
downloadbinutils-redhat-9dd42d1716e8af12d385a5bb94c24ecd3cfddfaa.tar.gz
* ecoff.c: Incldue filenames.h
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r--gas/ecoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c
index 27e48e5f0b..102ce9e823 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? */