]> git.saurik.com Git - bison.git/commitdiff
* src/files.c: Include "stdio-safer.h"; this fixes a typo in
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 May 2005 17:52:12 +0000 (17:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 May 2005 17:52:12 +0000 (17:52 +0000)
the previous change.

ChangeLog
src/files.c

index 63db6092edeac1f19263ae399ba6b4bf909b01ef..65fa05bb3a2e2aa1be7344a4ecd303aa680826c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index abe86463d6a3818b288515a8d3844f5d0df3b574..5a0b2ea46d0574a8825b68b62bf7ed9cbe9cb5cd 100644 (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);