]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix for SEQUENT by Jaap Vermeulen
authorGuido van Rossum <guido@python.org>
Fri, 12 Jun 1992 10:39:22 +0000 (10:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jun 1992 10:39:22 +0000 (10:39 +0000)
Modules/timemodule.c

index e7bf1514b6900f896d58fa045c0baad136ddd962..d969b3f28b573ac643e424eca16e0cd9e3b4e207 100644 (file)
@@ -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 *