# HG changeset patch # User Jim Meyering # Date 889893111 0 # Node ID b2af16215011f6ef5491d63655e69d7bb491c242 # Parent d4a27869345ae915ad69596b9d275b596748cfa2 s/get-date.h/getdate.h/ diff --git a/lib/Makefile.am b/lib/Makefile.am --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,7 @@ noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ -get-date.h getline.h getopt.h group-member.h human.h long-options.h \ +getdate.h getline.h getopt.h group-member.h human.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ quotearg.h save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h diff --git a/lib/getdate.y b/lib/getdate.y --- a/lib/getdate.y +++ b/lib/getdate.y @@ -439,7 +439,7 @@ /* Include this file down here because bison inserts code above which may define-away `const'. We want the prototype for get_date to have the same signature as the function definition does. */ -#include "get-date.h" +#include "getdate.h" extern struct tm *gmtime (); extern struct tm *localtime ();