From: Jim Meyering Date: Fri, 20 Feb 1998 21:42:11 +0000 (+0000) Subject: s/getdate.h/get-date.h/ X-Git-Tag: FILEUTILS-3_16m~33 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f8d66bde6a8940ac6f2948ff8722e2da8611d6f8;p=thirdparty%2Fcoreutils.git s/getdate.h/get-date.h/ --- diff --git a/lib/getdate.y b/lib/getdate.y index df9614f1f0..834aa9bdb5 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -439,7 +439,7 @@ o_merid : /* NULL */ /* 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 "getdate.h" +#include "get-date.h" extern struct tm *gmtime (); extern struct tm *localtime ();