aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-24 07:41:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-24 07:41:51 +0000
commitf4e2774ab81bd1b25b7a2e78222450681749182c (patch)
tree696b67a536f563cf824b9d9fcca859925abea215
parentd5112c0dec32d6191c60f1984c06f3a5362293e7 (diff)
newly re-generated from the modified getdate.y
-rw-r--r--lib/getdate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getdate.c b/lib/getdate.c
index 62b821807..df25f1ad4 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[] = {