changeset 1243:ff5c50f24fbc

s/getdate.h/get-date.h/
author Jim Meyering <jim@meyering.net>
date Fri, 20 Feb 1998 21:42:11 +0000
parents 624211c8021a
children c68d2d57832f
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 "getdate.h"
+#include "get-date.h"
 
 extern struct tm	*gmtime ();
 extern struct tm	*localtime ();