* filename_cmp.c: Include "config.h".

From-SVN: r123425
This commit is contained in:
Andreas Schwab 2007-04-02 11:21:23 +00:00 committed by Andreas Schwab
parent be1088fa6a
commit 320fc205e1
2 changed files with 8 additions and 0 deletions

View File

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

View 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