From b24e4cd5dc78c2e57afbd2a14a1df340f2c80e78 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 20 Feb 1998 21:42:11 +0000 Subject: [PATCH] s/getdate.h/get-date.h/ --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.30.2