[project @ 1997-11-24 20:39:33 by sof]
[ghc-hetmet.git] / ghc / lib / cbits / toUTCTime.lc
index cb6bd10..86f449e 100644 (file)
@@ -9,6 +9,11 @@
 #include "timezone.h"
 #include "stgio.h"
 
+#ifdef cygwin32_TARGET_OS
+extern char *_tzname;
+char *tzname;
+#endif
+
 StgAddr 
 toUTCTime(I_ size, StgByteArray d, StgByteArray res)
 {