From f2a97c6294e9b1e47255a88609d76e4527350b8f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 22 May 2005 17:52:12 +0000 Subject: [PATCH 1/1] * src/files.c: Include "stdio-safer.h"; this fixes a typo in the previous change. --- ChangeLog | 3 +++ src/files.c | 1 + 2 files changed, 4 insertions(+) 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); -- 2.45.2