From: Guido van Rossum Date: Fri, 12 Jun 1992 10:39:22 +0000 (+0000) Subject: Fix for SEQUENT by Jaap Vermeulen X-Git-Tag: v0.9.8~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfd6e4677944172e98a3d04d4e9a7d440f0b1414;p=thirdparty%2FPython%2Fcpython.git Fix for SEQUENT by Jaap Vermeulen --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index e7bf1514b690..d969b3f28b57 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -68,6 +68,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif +#ifdef _SEQUENT_ +#include +struct timezone { + int tz_minuteswest; + int tz_dsttime; +}; +#endif + /* Time methods */ static object *