diff --git a/Modules/timemodule.c b/Modules/timemodule.c index e7bf1514b69..d969b3f28b5 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 *