* ecoff.c: Incldue filenames.h

This commit is contained in:
Nick Clifton 2011-03-02 17:23:09 +00:00
parent ddcf1fcfb2
commit 14aa5a8bf3
2 changed files with 5 additions and 1 deletions

View 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.

View 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? */