summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-14 16:31:51 +0000
committerJim Meyering <jim@meyering.net>1998-03-14 16:31:51 +0000
commit7024c7d55cd3aa93e318abb45255f25fe6274a96 (patch)
tree0abfa36c60cba2b699a900f40893ac994b201491 /lib/getdate.y
parentd84a21ea2d8b4fc8ac9dd32475adeb0582a32613 (diff)
downloadcoreutils-7024c7d55cd3aa93e318abb45255f25fe6274a96.tar.xz
s/get-date.h/getdate.h/
Diffstat (limited to 'lib/getdate.y')
-rw-r--r--lib/getdate.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index 834aa9bdb..df9614f1f 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 "get-date.h"
+#include "getdate.h"
extern struct tm *gmtime ();
extern struct tm *localtime ();