diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-02 17:23:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-02 17:23:09 +0000 |
commit | 14aa5a8bf34a6229e81be221d47a5ab6492f6af4 (patch) | |
tree | e3fb2d1463f9c099dda4a3675a4ad87e0639c382 /gas/ecoff.c | |
parent | ddcf1fcfb23a8f27e67cd8b0a60ab4dae05b7fa8 (diff) | |
download | gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.zip gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.tar.gz gdb-14aa5a8bf34a6229e81be221d47a5ab6492f6af4.tar.bz2 |
* ecoff.c: Incldue filenames.h
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r-- | gas/ecoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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? */ |