mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
* filename_cmp.c: Include "config.h".
From-SVN: r123425
This commit is contained in:
parent
be1088fa6a
commit
320fc205e1
@ -1,3 +1,7 @@
|
||||
2007-04-02 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* filename_cmp.c: Include "config.h".
|
||||
|
||||
2007-03-29 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* filename_cmp.c: New file.
|
||||
|
@ -16,6 +16,10 @@
|
||||
along with this program; if not, write to the Free Software Foundation,
|
||||
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user