diff src/strftime.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 4be1180a9e89
children bbff43aa5eb7
line wrap: on
line diff
--- a/src/strftime.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/strftime.c	Mon Aug 13 10:28:48 2007 +0200
@@ -94,7 +94,7 @@
 time_t mktime ();
 #endif
 
-#if defined(WINDOWSNT)
+#if defined(WINDOWSNT) || defined(__CYGWIN32__)
 #include <time.h>
 #else
 #if defined(HAVE_TZNAME)