* src/files.c: Include "stdio-safer.h"; this fixes a typo in

the previous change.
This commit is contained in:
Paul Eggert
2005-05-22 17:52:12 +00:00
parent c8775f9398
commit f2a97c6294
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
* 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

View File

@@ -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);