From 43e077b7e93a0f56c8a3d0daa4f70d97368455f0 Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Wed, 1 Dec 2004 07:30:54 +0000 Subject: mingw32 doesn't declare 'struct timezone' CVS patchset: 7173 CVS date: 2004/12/01 07:30:54 --- lib/os_types.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/os_types.h b/lib/os_types.h index 2f5f0c99c..80254a925 100644 --- a/lib/os_types.h +++ b/lib/os_types.h @@ -105,6 +105,15 @@ # endif /* __STDC_LIBRARY_SUPPORTED__ */ # include +#elif defined(MINGW32) + +# include + + struct timezone { + int tz_minuteswest; + int tz_dstime; + }; + #else /* -- cgit v1.2.3