diff --git a/ChangeLog b/ChangeLog index 63db6092..65fa05bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-05-22 Paul Eggert + * src/files.c: Include "stdio-safer.h"; this fixes a typo in + the previous change. + Various maintainer cleanups. * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*, conftest*, for benefit of CVS commands run at the same time as diff --git a/src/files.c b/src/files.c index abe86463..5a0b2ea4 100644 --- a/src/files.c +++ b/src/files.c @@ -32,6 +32,7 @@ #include "files.h" #include "getargs.h" #include "gram.h" +#include "stdio-safer.h" /* From basename.c. Almost a lie, as it returns a char *. */ const char *base_name (char const *name);