* 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

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