X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdate.y;h=df9614f1f06321c90e30de54d33a217b6e9fb1a2;hb=12cc8b970806cca3260e499c74d2f001df705a60;hp=834aa9bdb57cc848cf1ac0fd549d532433eb305b;hpb=b24e4cd5dc78c2e57afbd2a14a1df340f2c80e78;p=gnulib.git 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 ();