=================================================================== RCS file: /cvs/mandoc/Attic/prologue.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/Attic/prologue.c 2009/01/01 20:40:16 1.1 +++ mandoc/Attic/prologue.c 2009/01/02 14:06:16 1.2 @@ -1,4 +1,4 @@ -/* $Id: prologue.c,v 1.1 2009/01/01 20:40:16 kristaps Exp $ */ +/* $Id: prologue.c,v 1.2 2009/01/02 14:06:16 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -18,6 +18,9 @@ */ #include #include +#ifdef __linux__ +#include +#endif #include "private.h" @@ -177,7 +180,7 @@ again: return(0); if (0 == j) { - if (xstrcmp("$Mdocdate: January 1 2009 $", args[j])) { + if (xstrcmp("$Mdocdate: January 2 2009 $", args[j])) { mdoc->meta.date = time(NULL); goto again; } else if (xstrcmp("$Mdocdate:", args[j]))