* filename_cmp.c: Include "config.h".
This commit is contained in:
parent
e06c28431c
commit
2657faa6af
@ -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