diff --git a/lib/getdate.c b/lib/getdate.c index 62b821807b2b468213260b32b073ccd71c758e34..df25f1ad4b8fef4d825a72f942004f892790cca4 100644 --- a/lib/getdate.c +++ b/lib/getdate.c @@ -1524,9 +1524,11 @@ yyerrhandle: the same signature as the function definition does. */ #include "getdate.h" +#ifndef WIN32 /* the windows dudes don't need these, does anyone really? */ extern struct tm *gmtime (); extern struct tm *localtime (); extern time_t mktime (); +#endif /* Month and day table. */ static TABLE const MonthDayTable[] = {