From: Jim Meyering Date: Fri, 20 Feb 1998 21:42:11 +0000 (+0000) Subject: s/getdate.h/get-date.h/ X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24e4cd5dc78c2e57afbd2a14a1df340f2c80e78;p=pspp 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 ();