mirror of https://github.com/python/cpython
Fix for SEQUENT by Jaap Vermeulen
This commit is contained in:
parent
047979e3d5
commit
dfd6e46779
|
@ -68,6 +68,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#ifdef _SEQUENT_
|
||||
#include <sys/select.h>
|
||||
struct timezone {
|
||||
int tz_minuteswest;
|
||||
int tz_dsttime;
|
||||
};
|
||||
#endif
|
||||
|
||||
/* Time methods */
|
||||
|
||||
static object *
|
||||
|
|
Loading…
Reference in New Issue