summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-02-20 21:42:11 +0000
committerJim Meyering <jim@meyering.net>1998-02-20 21:42:11 +0000
commitf8d66bde6a8940ac6f2948ff8722e2da8611d6f8 (patch)
tree800bc595b0e5a8c2cb26190913fc5ee28bac8415 /lib/getdate.y
parent4675b67c10cae9b9e39cc54365ea124ba463dc55 (diff)
downloadcoreutils-f8d66bde6a8940ac6f2948ff8722e2da8611d6f8.tar.xz
s/getdate.h/get-date.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 df9614f1f..834aa9bdb 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 ();