s/getdate.h/get-date.h/
authorJim Meyering <jim@meyering.net>
Fri, 20 Feb 1998 21:42:11 +0000 (21:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 20 Feb 1998 21:42:11 +0000 (21:42 +0000)
lib/getdate.y

index df9614f1f06321c90e30de54d33a217b6e9fb1a2..834aa9bdb57cc848cf1ac0fd549d532433eb305b 100644 (file)
@@ -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 ();